Version bump to 0.1.2

This commit is contained in:
corey.hammerton
2016-02-09 20:10:28 -05:00
parent 7c44854988
commit c13389cc3e
4 changed files with 24 additions and 7 deletions

View File

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