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 5b08b53 commit be32961Copy full SHA for be32961
setup.py
@@ -13,7 +13,7 @@
13
print("warning: pypandoc module not found, could not convert Markdown to RST")
14
read_md = lambda f: open(f, 'r').read()
15
16
-VERSION = "1.2.12"
+VERSION = "1.2.13"
17
18
19
class VerifyVersionCommand(install):
0 commit comments