puppetboard: Version bump to 0.0.5

This commit is contained in:
Corey Hammerton
2015-10-09 20:22:37 -04:00
parent 1253739bf3
commit 9fbd283c9f
3 changed files with 23 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
sys.exit()
VERSION = "0.0.4"
VERSION = "0.0.5"
with codecs.open('README.rst', encoding='utf-8') as f:
README = f.read()
@@ -32,7 +32,7 @@ setup(
"Flask >= 0.10.1",
"Flask-WTF >= 0.9.4, <= 0.9.5",
"WTForms < 2.0",
"pypuppetdb >= 0.1.0",
"pypuppetdb < 0.2.0",
],
keywords="puppet puppetdb puppetboard",
classifiers=[