Skip to content

Commit

Permalink
Fix __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
Tei Im committed Aug 11, 2020
1 parent 55151b2 commit 8e2ccde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

SERIES = 'cliffs'

__version__ = '4.4.6'
__version__ = '4.4.6-gevent-enforced'
__author__ = 'Ask Solem'
__contact__ = '[email protected]'
__homepage__ = 'http://celeryproject.org'
Expand Down

0 comments on commit 8e2ccde

Please sign in to comment.