Skip to content

Commit 8b99e9c

Browse files
committed
Bump version: 2.27 → 2.28
1 parent 04fbf35 commit 8b99e9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ addopts = "-ra"
6868
required_plugins = "pytest-timeout"
6969

7070
[tool.bumpversion]
71-
current_version = "2.27"
71+
current_version = "2.28"
7272
parse = '(?P<major>\d+)\.(?P<minor>\d+)'
7373
serialize = ["{major}.{minor}"]
7474
commit = true

src/workflows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "2.27"
3+
__version__ = "2.28"
44

55

66
def version() -> str:

0 commit comments

Comments
 (0)