Skip to content

Commit e717b6d

Browse files
committed
Bump version: 3.2 → 3.3
1 parent a243170 commit e717b6d

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.2"
7+
version = "3.3"
88
description = "Data processing in distributed environments"
99
readme = "README.rst"
1010
authors = [
@@ -74,7 +74,7 @@ addopts = "-ra"
7474
required_plugins = "pytest-timeout"
7575

7676
[tool.bumpversion]
77-
current_version = "3.2"
77+
current_version = "3.3"
7878
parse = '(?P<major>\d+)\.(?P<minor>\d+)'
7979
search = '"{current_version}"'
8080
replace = '"{new_version}"'

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.2"
3+
__version__ = "3.3"
44

55

66
def version() -> str:

0 commit comments

Comments
 (0)