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 3d79451 commit cbad0e0Copy full SHA for cbad0e0
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "workflows"
7
-version = "3.0"
+version = "3.1"
8
description = "Data processing in distributed environments"
9
readme = "README.rst"
10
authors = [
@@ -65,7 +65,7 @@ addopts = "-ra"
65
required_plugins = "pytest-timeout"
66
67
[tool.bumpversion]
68
-current_version = "3.0"
+current_version = "3.1"
69
parse = '(?P<major>\d+)\.(?P<minor>\d+)'
70
serialize = ["{major}.{minor}"]
71
commit = true
src/workflows/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "3.0"
+__version__ = "3.1"
def version() -> str:
0 commit comments