Skip to content

Commit 6e5fe8e

Browse files
committed
Bump version: 2.24 → 2.24.1
1 parent b470a75 commit 6e5fe8e

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.24
2+
current_version = 2.24.1
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.24
3+
version = 2.24.1
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.24"
3+
__version__ = "2.24.1"
44

55

66
def version():

0 commit comments

Comments
 (0)