Codebase list python-procrunner / 93e3182
Bump version: 0.5.1 → 0.6.0 Markus Gerstel 5 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__ = '0.5.1'
54 __version__ = '0.6.0'
5555
5656 logger = logging.getLogger('procrunner')
5757 logger.addHandler(logging.NullHandler())
00 [bumpversion]
1 current_version = 0.5.1
1 current_version = 0.6.0
22 commit = True
33 tag = True
44
4949 test_suite='tests',
5050 tests_require=test_requirements,
5151 url='https://github.com/DiamondLightSource/python-procrunner',
52 version='0.5.1',
52 version='0.6.0',
5353 zip_safe=False,
5454 )