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 1
1
[bumpversion]
2
- current_version = 0.0 .0
2
+ current_version = 0.1 .0
3
3
commit = True
4
4
5
5
[bumpversion:file:ibm_cloud_sdk_core/version.py]
@@ -8,4 +8,5 @@ replace = __version__ = '{new_version}'
8
8
9
9
[bumpversion:file:setup.py]
10
10
search = __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 19
19
from setuptools import setup
20
20
from setuptools .command .test import test as TestCommand
21
21
22
- __version__ = '0.0 .0'
22
+ __version__ = '0.1 .0'
23
23
24
24
if sys .argv [- 1 ] == 'publish' :
25
25
# test server
You can’t perform that action at this time.
0 commit comments