Codebase list python-procrunner / v2.1.0
Bump version: 2.0.0 → 2.1.0 Markus Gerstel 2 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
5151
5252 __author__ = """Markus Gerstel"""
5353 __email__ = "scientificsoftware@diamond.ac.uk"
54 __version__ = "2.0.0"
54 __version__ = "2.1.0"
5555
5656 logger = logging.getLogger("procrunner")
5757 logger.addHandler(logging.NullHandler())
00 [bumpversion]
1 current_version = 2.0.0
1 current_version = 2.1.0
22 commit = True
33 tag = True
44
4444 test_suite="tests",
4545 tests_require=test_requirements,
4646 url="https://github.com/DiamondLightSource/python-procrunner",
47 version="2.0.0",
47 version="2.1.0",
4848 zip_safe=False,
4949 )