We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a304b1a commit cbaab0fCopy full SHA for cbaab0f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.0-rc5
+current_version = 1.0.0-rc8
3
commit = True
4
5
[bumpversion:file:ibm_cloud_sdk_core/version.py]
ibm_cloud_sdk_core/version.py
@@ -1 +1 @@
-__version__ = '1.0.0-rc5'
+__version__ = '1.0.0-rc8'
setup.py
@@ -18,7 +18,7 @@
18
from setuptools import setup, find_packages
19
from setuptools.command.test import test as TestCommand
20
21
22
23
if sys.argv[-1] == 'publish':
24
# test server
0 commit comments