We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf64a1 commit 9ea5448Copy full SHA for 9ea5448
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "workflows"
7
-version = "2.27"
+version = "2.28"
8
description = "Data processing in distributed environments"
9
readme = "README.rst"
10
authors = [
@@ -68,7 +68,7 @@ addopts = "-ra"
68
required_plugins = "pytest-timeout"
69
70
[tool.bumpversion]
71
-current_version = "2.27"
+current_version = "2.28"
72
parse = '(?P<major>\d+)\.(?P<minor>\d+)'
73
serialize = ["{major}.{minor}"]
74
commit = true
src/workflows/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "2.27"
+__version__ = "2.28"
def version() -> str:
0 commit comments