Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Sep 7, 2014
1 parent f9ed015 commit 8aa0972
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.1',
version='0.6.2',
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.1',
'wq==0.6.2',
'celery',
'redis',
'Pillow',
Expand Down

0 comments on commit 8aa0972

Please sign in to comment.