diff --git a/setup.py b/setup.py index e4bd992a..9d4a2264 100644 --- a/setup.py +++ b/setup.py @@ -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):