diff --git a/setup.py b/setup.py index b3db4091..f8628e0a 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 = "3.0.0" +VERSION = "3.0.1" class VerifyVersionCommand(install):