Skip to content

Commit

Permalink
Change the release number
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Hassine committed Jul 5, 2019
1 parent af27b66 commit 7e8c66e
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 @@ -12,7 +12,7 @@
print("warning: pypandoc module not found, could not convert Markdown to RST")
read_md = lambda f: open(f, 'r').read()

VERSION = "1.2.3"
VERSION = "1.2.4"

class VerifyVersionCommand(install):
description = 'verify that the git tag matches our version'
Expand Down

0 comments on commit 7e8c66e

Please sign in to comment.