We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6a4e8 commit 7f0666fCopy full SHA for 7f0666f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0
+current_version = 0.2.1
3
commit = True
4
5
[bumpversion:file:ibm_cloud_sdk_core/version.py]
ibm_cloud_sdk_core/version.py
@@ -1 +1 @@
-__version__ = '0.2.0'
+__version__ = '0.2.1'
setup.py
@@ -19,7 +19,7 @@
19
from setuptools import setup
20
from setuptools.command.test import test as TestCommand
21
22
23
24
if sys.argv[-1] == 'publish':
25
# test server
0 commit comments