Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Jul 8, 2014
1 parent a59f3da commit f9ed015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ def parse_markdown_readme():

setup(
name='vera',
version='0.6.0',
version='0.6.1',
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.6.0',
'wq==0.6.1',
'celery',
'redis',
'Pillow',
Expand Down

0 comments on commit f9ed015

Please sign in to comment.