Prepare for release 0.2.2

This commit is contained in:
Mike Terzo
2017-03-20 13:48:14 -04:00
parent a038d86d2c
commit 6ae2e9d0c5
3 changed files with 6 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
sys.exit()
VERSION = "0.2.1"
VERSION = "0.2.2"
with codecs.open('README.rst', encoding='utf-8') as f:
README = f.read()