Skip to content

Commit

Permalink
bug fix, version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
luponzo86 committed Dec 13, 2019
1 parent 23a8705 commit 557d4e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include rhapsody/VERSION
include rhapsody/data.tar.gz
2 changes: 1 addition & 1 deletion rhapsody/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.5
0.9.6
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
name='prody-rhapsody',
version=version,
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
python_requires='>=3.5, <4',
python_requires='>=3.6, <4',
install_requires=[
'requests', 'tqdm',
'numpy', 'scikit-learn', 'matplotlib',
Expand Down

0 comments on commit 557d4e4

Please sign in to comment.