Skip to content

Commit d42771f

Browse files
committed
Bump version: 1.3.1 → 1.4
1 parent a46e75a commit d42771f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.1
2+
current_version = 1.4
33
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
44
serialize =
55
{major}.{minor}.{patch}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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',

workflows/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import absolute_import, division, print_function
22

3-
__version__ = '1.3.1'
3+
__version__ = '1.4'
44

55
def version():
66
'''Returns the version number of the installed workflows package.'''

0 commit comments

Comments
 (0)