Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Dec 11, 2013
1 parent c7c949e commit 3fedf15
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 @@ -15,14 +15,14 @@ def long_description():

setup(
name = 'vera',
version = '0.3.1',
version = '0.4.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=long_description(),
install_requires=['wq==0.3.1', 'django-celery', 'johnny-cache', 'django-redis-cache', 'Pillow'],
install_requires=['wq==0.4.0', 'django-celery', 'johnny-cache', 'django-redis-cache', 'Pillow'],
classifiers = [
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
Expand Down

0 comments on commit 3fedf15

Please sign in to comment.