Skip to content

Commit

Permalink
Bumping version from 1.0.0a7 to 1.0.0a8
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Jan 2, 2024
1 parent b28b130 commit 49ce4ff
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.0a7"
version = "1.0.0a8"

[tool.poetry_bumpversion.file."src/pytest_celery/__init__.py"]
search = '__version__ = "{current_version}"'
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.0a7"
__version__ = "1.0.0a8"


import re
Expand Down

0 comments on commit 49ce4ff

Please sign in to comment.