Skip to content

Commit 8c2855d

Browse files
author
Richard Gildea
committed
Bump version: 2.24.2 → 2.25
1 parent 183ed1d commit 8c2855d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

55

66
def version() -> str:

0 commit comments

Comments
 (0)