diff --git a/pyproject.toml b/pyproject.toml index 96db8a0e..af98e6be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ description = "Pytest plugin for Celery" homepage = "https://github.com/celery/pytest-celery" license = "BSD" name = "pytest-celery" -version = "1.0.0a11" +version = "1.0.0a12" [tool.poetry_bumpversion.file."src/pytest_celery/__init__.py"] search = '__version__ = "{current_version}"' diff --git a/src/pytest_celery/__init__.py b/src/pytest_celery/__init__.py index 4f5ee834..a134c125 100644 --- a/src/pytest_celery/__init__.py +++ b/src/pytest_celery/__init__.py @@ -5,7 +5,7 @@ # flake8: noqa -__version__ = "1.0.0a11" +__version__ = "1.0.0a12" __author__ = "Tomer Nosrati" __contact__ = "tomer.nosrati@gmail.com" __homepage__ = "https://pytest-celery.readthedocs.io/"