Skip to content

Commit

Permalink
Bump version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jan 27, 2011
1 parent b135086 commit a52a1c2
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 @@ -9,7 +9,7 @@

setup(
name='Flask-Celery',
version='2.1',
version='2.2.0',
url='http://github.com/ask/flask-celery/',
license='BSD',
author='Ask Solem',
Expand All @@ -24,7 +24,7 @@
install_requires=[
'Flask',
'Flask-Script',
'celery',
'celery>=2.2.0rc5',
],
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit a52a1c2

Please sign in to comment.