Skip to content

Commit

Permalink
version bumb 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hlgirard committed Jan 14, 2020
1 parent 6d6c203 commit 0a50d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = f.read()

setup(name='crystalml',
version='0.1',
version='0.1.1',
description='Integrated tool to measure the nucleation rate of protein crystals. ',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -25,7 +25,7 @@
'pkginfo>=1.4.2',
'pandas',
'joblib',
'pillow',
'pillow>=6.2.0',
'plotly',
'scikit-image',
'setuptools',
Expand Down

0 comments on commit 0a50d56

Please sign in to comment.