From a59f3da4637aa6ad0e4220cd980da056c270e646 Mon Sep 17 00:00:00 2001 From: "S. Andrew Sheppard" Date: Mon, 16 Jun 2014 14:23:12 -0500 Subject: [PATCH] v0.6.0 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index e19ee44..c03a68a 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def parse_markdown_readme(): setup( name='vera', - version='0.5.0', + version='0.6.0', author='S. Andrew Sheppard', author_email='andrew@wq.io', url='http://wq.io/vera', @@ -38,14 +38,14 @@ def parse_markdown_readme(): description='Implementation of the ERAV data integration model', long_description=parse_markdown_readme(), install_requires=[ - 'wq==0.5.0', + 'wq==0.6.0', 'celery', 'redis', 'Pillow', 'python-dateutil' ], classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'License :: OSI Approved :: MIT License', 'Natural Language :: English',