We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f80f1 commit f54398eCopy full SHA for f54398e
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "workflows"
7
-version = "3.4"
+version = "3.5"
8
description = "Data processing in distributed environments"
9
readme = "README.rst"
10
authors = [
@@ -84,7 +84,7 @@ addopts = "-ra"
84
required_plugins = "pytest-timeout"
85
86
[tool.bumpversion]
87
-current_version = "3.4"
+current_version = "3.5"
88
parse = '(?P<major>\d+)\.(?P<minor>\d+)'
89
search = '"{current_version}"'
90
replace = '"{new_version}"'
src/workflows/__init__.py
@@ -1,6 +1,6 @@
1
from __future__ import annotations
2
3
-__version__ = "3.4"
+__version__ = "3.5"
def version() -> str:
0 commit comments