diff --git a/pyproject.toml b/pyproject.toml index bd69396a..9b073905 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.0a4" +version = "1.0.0a5" [tool.poetry_bumpversion.file."src/pytest_celery/__init__.py"] diff --git a/src/pytest_celery/__init__.py b/src/pytest_celery/__init__.py index e3d93d5e..1608b589 100644 --- a/src/pytest_celery/__init__.py +++ b/src/pytest_celery/__init__.py @@ -5,7 +5,7 @@ # flake8: noqa -__version__ = "1.0.0a4" +__version__ = "1.0.0a5" # pragma: no cover import re