Skip to content

Commit

Permalink
Bump version: 5.0.0 → 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy committed Nov 5, 2023
1 parent 00598ae commit 8c08b39
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.0
current_version = 5.1.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z\d]+)?
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|

:Version: 5.0.0
:Version: 5.1.0
:Web: https://vine.readthedocs.io/
:Download: https://pypi.org/project/vine/
:Source: https://github.com/celery/vine/
Expand Down
2 changes: 1 addition & 1 deletion docs/includes/introduction.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:Version: 5.0.0
:Version: 5.1.0
:Web: https://vine.readthedocs.io/
:Download: https://pypi.org/project/vine/
:Source: https://github.com/celery/vine/
Expand Down
4 changes: 2 additions & 2 deletions vine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
from .promises import promise
from .synchronization import barrier

__version__ = '5.0.0'
__version__ = '5.1.0'
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
__contact__ = 'auvipy@gmail.com'
__homepage__ = 'https://github.com/celery/vine'
__docformat__ = 'restructuredtext'

Expand Down

0 comments on commit 8c08b39

Please sign in to comment.