Skip to content

Commit 35f6165

Browse files
authored
Bump version: 1.0.0a2 → 1.0.0a3 (#106)
1 parent 9199879 commit 35f6165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ description = "Pytest plugin for Celery"
6161
homepage = "https://github.com/celery/pytest-celery"
6262
license = "BSD"
6363
name = "pytest-celery"
64-
version = "1.0.0a2"
64+
version = "1.0.0a3"
6565

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

src/pytest_celery/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# flake8: noqa
66

77

8-
__version__ = "1.0.0a2"
8+
__version__ = "1.0.0a3"
99

1010

1111
import re

0 commit comments

Comments
 (0)