diff --git a/RSAbs/__init__.py b/RSAbs/__init__.py index 6e23b24..01544cf 100644 --- a/RSAbs/__init__.py +++ b/RSAbs/__init__.py @@ -1,2 +1,4 @@ from .absorptions import * -from .seek_absorptions import * \ No newline at end of file +from .seek_absorptions import * +from .seek_absorptions_depth import * +from .absorptions_depth import * \ No newline at end of file diff --git a/setup.py b/setup.py index bdf0c33..1f0eca0 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ setup( name = 'RSAbs', packages = ['RSAbs'], - version = '0.8', + version = '0.8.1', license='MIT', description = 'AUTOMATIC DETECTION OF ABSORPTION FEATURES IN REFLECTANCE SPECTRA', author = 'MARK RADWIN', author_email = 'markradwin@gmail.com', url = 'https://github.com/radwinskis/RSAbs', - download_url = 'https://github.com/radwinskis/RSAbs/archive/refs/tags/v0.8.tar.gz', + download_url = 'https://github.com/radwinskis/RSAbs/archive/refs/tags/v0.8.1.tar.gz', keywords = ['REFLECTANCE', 'SPECTROSCOPY', 'ABSORPTION', 'DETECTION'], install_requires=[ 'scipy',