Skip to content

Commit 3309e3b

Browse files
committed
Bump version: 2.26 → 2.27
1 parent 6e150bf commit 3309e3b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.26
2+
current_version = 2.27
33
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
44
serialize =
55
{major}.{minor}.{patch}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = workflows
3-
version = 2.26
3+
version = 2.27
44
description = Data processing in distributed environments
55
long_description = file: README.rst
66
author = Diamond Light Source - Scientific Software et al.

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__ = "2.26"
3+
__version__ = "2.27"
44

55

66
def version() -> str:

0 commit comments

Comments
 (0)