Skip to content

Commit b70f477

Browse files
Bump version: 0.5.1 → 0.5.2
1 parent e1ff418 commit b70f477

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 0.5.1
2+
current_version = 0.5.2
33
commit = True
44

55
[bumpversion:file:ibm_cloud_sdk_core/version.py]

ibm_cloud_sdk_core/version.py

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

setup.py

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

22-
__version__ = '0.5.1'
22+
__version__ = '0.5.2'
2323

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

0 commit comments

Comments
 (0)