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 4941c90 commit ac9af00Copy full SHA for ac9af00
procrunner/__init__.py
@@ -52,7 +52,7 @@
52
53
__author__ = """Markus Gerstel"""
54
__email__ = "[email protected]"
55
-__version__ = "2.0.0"
+__version__ = "2.1.0"
56
57
logger = logging.getLogger("procrunner")
58
logger.addHandler(logging.NullHandler())
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.0
+current_version = 2.1.0
3
commit = True
4
tag = True
5
setup.py
@@ -45,6 +45,6 @@
45
test_suite="tests",
46
tests_require=test_requirements,
47
url="https://github.com/DiamondLightSource/python-procrunner",
48
- version="2.0.0",
+ version="2.1.0",
49
zip_safe=False,
50
)
0 commit comments