Skip to content

Commit

Permalink
Bump version: 1.2.1 → 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthchirp committed Jan 17, 2019
1 parent 8526c56 commit d4c33c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.1
current_version = 1.3
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
author='Markus Gerstel',
author_email='scientificsoftware@diamond.ac.uk',
download_url="https://github.com/DiamondLightSource/python-workflows/releases",
version='1.2.1',
version='1.3',
install_requires=[
'enum34;python_version<"3.4"',
'setuptools',
Expand Down
2 changes: 1 addition & 1 deletion workflows/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import, division, print_function

__version__ = '1.2.1'
__version__ = '1.3'

def version():
'''Returns the version number of the installed workflows package.'''
Expand Down

0 comments on commit d4c33c3

Please sign in to comment.