Skip to content

Commit 6ec6fa5

Browse files
authored
Bumping version from 1.0.0a10 to 1.0.0a11 (#143)
1 parent 905d59b commit 6ec6fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ description = "Pytest plugin for Celery"
6161
homepage = "https://github.com/celery/pytest-celery"
6262
license = "BSD"
6363
name = "pytest-celery"
64-
version = "1.0.0a10"
64+
version = "1.0.0a11"
6565

6666
[tool.poetry_bumpversion.file."src/pytest_celery/__init__.py"]
6767
search = '__version__ = "{current_version}"'

src/pytest_celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# flake8: noqa
66

77

8-
__version__ = "1.0.0a10"
8+
__version__ = "1.0.0a11"
99
__author__ = "Tomer Nosrati"
1010
__contact__ = "[email protected]"
1111
__homepage__ = "https://pytest-celery.readthedocs.io/"

0 commit comments

Comments
 (0)