diff --git a/setup.py b/setup.py index ea9c915..2f99e61 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ if sys.argv[-1] == 'publish': os.system('python setup.py sdist upload') sys.exit() -VERSION = "0.1.0" +VERSION = "0.1.1" with codecs.open('README.rst', encoding='utf-8') as f: README = f.read()