Codebase list python-procrunner / 3af1d53
Bump version: 0.2.0 → 0.3.0 Markus Gerstel 6 years ago
3 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
5050
5151 __author__ = """Markus Gerstel"""
5252 __email__ = 'scientificsoftware@diamond.ac.uk'
53 __version__ = '0.2.0'
53 __version__ = '0.3.0'
5454
5555 logger = logging.getLogger('procrunner')
5656 logger.addHandler(logging.NullHandler())
00 [bumpversion]
1 current_version = 0.2.0
1 current_version = 0.3.0
22 commit = True
33 tag = True
44
4545 test_suite='tests',
4646 tests_require=test_requirements,
4747 url='https://github.com/DiamondLightSource/python-procrunner',
48 version='0.2.0',
48 version='0.3.0',
4949 zip_safe=False,
5050 )