Skip to content

Commit bf3b726

Browse files
Bump version: 1.1.1 → 1.1.2
1 parent d339e00 commit bf3b726

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.1
2+
current_version = 1.1.2
33
commit = True
44

55
[bumpversion:file:ibm_cloud_sdk_core/version.py]
@@ -9,3 +9,4 @@ replace = __version__ = '{new_version}'
99
[bumpversion:file:setup.py]
1010
search = __version__ = '{current_version}'
1111
replace = __version__ = '{new_version}'
12+

ibm_cloud_sdk_core/version.py

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from setuptools import setup, find_packages
1919
from setuptools.command.test import test as TestCommand
2020

21-
__version__ = '1.1.1'
21+
__version__ = '1.1.2'
2222

2323
if sys.argv[-1] == 'publish':
2424
# test server

0 commit comments

Comments
 (0)