We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e150bf commit 3309e3bCopy full SHA for 3309e3b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.26
+current_version = 2.27
3
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
4
serialize =
5
{major}.{minor}.{patch}
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = workflows
-version = 2.26
+version = 2.27
description = Data processing in distributed environments
long_description = file: README.rst
6
author = Diamond Light Source - Scientific Software et al.
src/workflows/__init__.py
from __future__ import annotations
-__version__ = "2.26"
+__version__ = "2.27"
def version() -> str:
0 commit comments