Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjauregui committed Apr 26, 2020
1 parent 6b6c9de commit 613d873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if '__version__' in locals():
VERSION = __version__
else:
VERSION = '0.1.0'
VERSION = '0.1.1'

here = path.abspath(path.dirname(__file__))
# Get the long description from the README file
Expand Down

0 comments on commit 613d873

Please sign in to comment.