diff --git a/setup.py b/setup.py index 10ac637..2ad1517 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools -version = '0.1.1' +version = '0.1.1post1' with open('README.md') as f: long_description = f.read()