Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
radwinskis committed Jan 20, 2022
1 parent 906ff3a commit 3b304a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion RSAbs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from .absorptions import *
from .seek_absorptions import *
from .seek_absorptions import *
from .seek_absorptions_depth import *
from .absorptions_depth import *
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3b304a2

Please sign in to comment.