Skip to content

Commit ee9c938

Browse files
committed
Bump version: 3.6 → 3.7
1 parent 9d82637 commit ee9c938

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.6"
7+
version = "3.7"
88
description = "Data processing in distributed environments"
99
readme = "README.rst"
1010
authors = [
@@ -84,7 +84,7 @@ addopts = "-ra"
8484
required_plugins = "pytest-timeout"
8585

8686
[tool.bumpversion]
87-
current_version = "3.6"
87+
current_version = "3.7"
8888
parse = '(?P<major>\d+)\.(?P<minor>\d+)'
8989
search = '"{current_version}"'
9090
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.6"
3+
__version__ = "3.7"
44

55

66
def version() -> str:

0 commit comments

Comments
 (0)