Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 14eae09

Browse files
author
Samuel Hassine
committed
[deploy] Update the version number
1 parent 8c73a71 commit 14eae09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
print("warning: pypandoc module not found, could not convert Markdown to RST")
1414
read_md = lambda f: open(f, 'r').read()
1515

16-
VERSION = "2.0.0"
16+
VERSION = "2.0.1"
1717

1818

1919
class VerifyVersionCommand(install):

0 commit comments

Comments
 (0)