Skip to content

Commit

Permalink
PEP440 conformat local version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Feb 22, 2021
1 parent a60cebb commit f33a473
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 @@ -14,7 +14,7 @@

SERIES = 'latentcall'

__version__ = '4.1.1-sl.2'
__version__ = '4.1.1+sl.2'
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
__homepage__ = 'http://celeryproject.org'
Expand Down

0 comments on commit f33a473

Please sign in to comment.