Skip to content

Commit 9ea5448

Browse files
committed
Bump version: 2.27 → 2.28
1 parent 1bf64a1 commit 9ea5448

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "workflows"
7-
version = "2.27"
7+
version = "2.28"
88
description = "Data processing in distributed environments"
99
readme = "README.rst"
1010
authors = [
@@ -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)