File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.3.1
2+ current_version = 1.4
33parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
44serialize =
55 {major}.{minor}.{patch}
Original file line number Diff line number Diff line change 1414 author = 'Markus Gerstel' ,
1515 author_email = 'scientificsoftware@diamond.ac.uk' ,
1616 download_url = "https://github.com/DiamondLightSource/python-workflows/releases" ,
17- version = '1.3.1 ' ,
17+ version = '1.4 ' ,
1818 install_requires = [
1919 'enum34;python_version<"3.4"' ,
2020 'setuptools' ,
Original file line number Diff line number Diff line change 11from __future__ import absolute_import , division , print_function
22
3- __version__ = '1.3.1 '
3+ __version__ = '1.4 '
44
55def version ():
66 '''Returns the version number of the installed workflows package.'''
You can’t perform that action at this time.
0 commit comments