We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf379b5 commit fcc068aCopy full SHA for fcc068a
setup.py
@@ -12,7 +12,7 @@
12
print("warning: pypandoc module not found, could not convert Markdown to RST")
13
read_md = lambda f: open(f, 'r').read()
14
15
-VERSION = "1.1.0"
+VERSION = "1.2.0"
16
17
class VerifyVersionCommand(install):
18
description = 'verify that the git tag matches our version'
0 commit comments