Skip to content

Commit

Permalink
Merge pull request #3 from SectorLabs/pep440
Browse files Browse the repository at this point in the history
PEP440 conformat local version.
  • Loading branch information
ionelmc authored Feb 22, 2021
2 parents a60cebb + f33a473 commit 40797a8
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 40797a8

Please sign in to comment.