diff --git a/setup.py b/setup.py index a03d4ec..70a3012 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.0.3" +VERSION = "0.0.4" with codecs.open('README.rst', encoding='utf-8') as f: README = f.read()