Skip to content

Commit b17ca44

Browse files
committed
Bump version: 1.1.3 → 1.1.4
1 parent 4a8924d commit b17ca44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

epages_provisioning/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """Tatu Wikman"""
66
__email__ = 'tatu.wikman@gmail.com'
7-
__version__ = '1.1.3'
7+
__version__ = '1.1.4'

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.1.3
2+
current_version = 1.1.4
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='epages_provisioning',
28-
version='1.1.3',
28+
version='1.1.4',
2929
description="Python library for calling ePages provisioning services",
3030
long_description=readme + '\n\n' + history,
3131
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)