Skip to content

Commit cbad0e0

Browse files
committed
Bump version: 3.0 → 3.1
1 parent 3d79451 commit cbad0e0

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 = "3.0"
7+
version = "3.1"
88
description = "Data processing in distributed environments"
99
readme = "README.rst"
1010
authors = [
@@ -65,7 +65,7 @@ addopts = "-ra"
6565
required_plugins = "pytest-timeout"
6666

6767
[tool.bumpversion]
68-
current_version = "3.0"
68+
current_version = "3.1"
6969
parse = '(?P<major>\d+)\.(?P<minor>\d+)'
7070
serialize = ["{major}.{minor}"]
7171
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__ = "3.0"
3+
__version__ = "3.1"
44

55

66
def version() -> str:

0 commit comments

Comments
 (0)