We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9199879 commit 35f6165Copy full SHA for 35f6165
pyproject.toml
@@ -61,7 +61,7 @@ description = "Pytest plugin for Celery"
61
homepage = "https://github.com/celery/pytest-celery"
62
license = "BSD"
63
name = "pytest-celery"
64
-version = "1.0.0a2"
+version = "1.0.0a3"
65
66
[tool.poetry_bumpversion.file."src/pytest_celery/__init__.py"]
67
src/pytest_celery/__init__.py
@@ -5,7 +5,7 @@
5
# flake8: noqa
6
7
8
-__version__ = "1.0.0a2"
+__version__ = "1.0.0a3"
9
10
11
import re
0 commit comments