Skip to content

Commit affe499

Browse files
author
Travis CI User
committed
Auto-bumping project to version 1.1.7 (skip-build)
1 parent ff719cc commit affe499

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.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.6
2+
current_version = 1.1.7
33
commit = False
44
tag = False
55

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.6
1+
1.1.7

scarface_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.6'
1+
__version__ = '1.1.7'

setup.py

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

88
setup(
99
name='scarface-utils',
10-
version='1.1.6',
10+
version='1.1.7',
1111
packages=find_packages(),
1212
package_data={
1313
'': ['*.json', '*.xml']

0 commit comments

Comments
 (0)