Skip to content

Commit ac9af00

Browse files
committed
Bump version: 2.0.0 → 2.1.0
1 parent 4941c90 commit ac9af00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

procrunner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
__author__ = """Markus Gerstel"""
5454
__email__ = "[email protected]"
55-
__version__ = "2.0.0"
55+
__version__ = "2.1.0"
5656

5757
logger = logging.getLogger("procrunner")
5858
logger.addHandler(logging.NullHandler())

setup.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.0.0
2+
current_version = 2.1.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
test_suite="tests",
4646
tests_require=test_requirements,
4747
url="https://github.com/DiamondLightSource/python-procrunner",
48-
version="2.0.0",
48+
version="2.1.0",
4949
zip_safe=False,
5050
)

0 commit comments

Comments
 (0)