File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0 .0
2+ current_version = 0.1 .0
33commit = True
44
55[bumpversion:file:ibm_cloud_sdk_core/version.py]
@@ -8,4 +8,5 @@ replace = __version__ = '{new_version}'
88
99[bumpversion:file:setup.py]
1010search = __version__ = ' {current_version}'
11- replace = __version__ = ' {new_version}'
11+ replace = __version__ = ' {new_version}'
12+
Original file line number Diff line number Diff line change 1- __version__ = '0.0 .0'
1+ __version__ = '0.1 .0'
Original file line number Diff line number Diff line change 1919from setuptools import setup
2020from setuptools .command .test import test as TestCommand
2121
22- __version__ = '0.0 .0'
22+ __version__ = '0.1 .0'
2323
2424if sys .argv [- 1 ] == 'publish' :
2525 # test server
You can’t perform that action at this time.
0 commit comments