We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a243170 commit e717b6dCopy full SHA for e717b6d
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "workflows"
7
-version = "3.2"
+version = "3.3"
8
description = "Data processing in distributed environments"
9
readme = "README.rst"
10
authors = [
@@ -74,7 +74,7 @@ addopts = "-ra"
74
required_plugins = "pytest-timeout"
75
76
[tool.bumpversion]
77
-current_version = "3.2"
+current_version = "3.3"
78
parse = '(?P<major>\d+)\.(?P<minor>\d+)'
79
search = '"{current_version}"'
80
replace = '"{new_version}"'
src/workflows/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "3.2"
+__version__ = "3.3"
def version() -> str:
0 commit comments