Skip to content

Commit

Permalink
[deploy] Update the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Oct 27, 2019
1 parent 8c73a71 commit 14eae09
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 @@ -13,7 +13,7 @@
print("warning: pypandoc module not found, could not convert Markdown to RST")
read_md = lambda f: open(f, 'r').read()

VERSION = "2.0.0"
VERSION = "2.0.1"


class VerifyVersionCommand(install):
Expand Down

0 comments on commit 14eae09

Please sign in to comment.