puppetboard/setup.py: Version bump

This commit is contained in:
Corey Hammerton
2015-11-12 19:50:28 -05:00
parent 13decf04d5
commit 8b0a797097

View File

@@ -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()