diff --git a/README.rst b/README.rst index 0c4b670d..569a4bf0 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ |build-status| |coverage| |license| |semgrep| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge| -:Version: 1.0.0b2 +:Version: 1.0.0b3 :Web: https://pytest-celery.readthedocs.io/en/latest/ :Download: https://pypi.org/project/pytest-celery/ :Source: https://github.com/celery/pytest-celery/ diff --git a/pyproject.toml b/pyproject.toml index 3788a7a1..27d4ee09 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.0b2" +version = "1.0.0b3" [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 a4bc7bbe..88a64e16 100644 --- a/src/pytest_celery/__init__.py +++ b/src/pytest_celery/__init__.py @@ -3,7 +3,7 @@ # flake8: noqa -__version__ = "1.0.0b2" +__version__ = "1.0.0b3" __author__ = "Tomer Nosrati" __contact__ = "tomer.nosrati@gmail.com" __homepage__ = "https://pytest-celery.readthedocs.io/"