Codebase list python-procrunner / 1762fb6
Bump version: 1.0.1 → 1.0.2 Markus Gerstel 4 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__ = "1.0.1"
54 __version__ = "1.0.2"
5555
5656 logger = logging.getLogger("procrunner")
5757 logger.addHandler(logging.NullHandler())
00 [bumpversion]
1 current_version = 1.0.1
1 current_version = 1.0.2
22 commit = True
33 tag = True
44
5555 test_suite="tests",
5656 tests_require=test_requirements,
5757 url="https://github.com/DiamondLightSource/python-procrunner",
58 version="1.0.1",
58 version="1.0.2",
5959 zip_safe=False,
6060 )