Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jun 16, 2014
1 parent 55d36f3 commit a59f3da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ 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',
license='MIT',
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',
Expand Down

0 comments on commit a59f3da

Please sign in to comment.