Skip to content

Commit

Permalink
Bumping version from 1.0.0a5 to 1.0.0a6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Jan 2, 2024
1 parent ca8bd8a commit 20b31cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ description = "Pytest plugin for Celery"
homepage = "https://github.com/celery/pytest-celery"
license = "BSD"
name = "pytest-celery"
version = "1.0.0a5"
version = "1.0.0a6"

[tool.poetry_bumpversion.file."src/pytest_celery/__init__.py"]

Expand Down
2 changes: 1 addition & 1 deletion src/pytest_celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# flake8: noqa


__version__ = "1.0.0a5" # pragma: no cover
__version__ = "1.0.0a6" # pragma: no cover


import re
Expand Down

0 comments on commit 20b31cf

Please sign in to comment.