Skip to content

Commit 3290358

Browse files
Bump version: 0.0.0 → 0.1.0
1 parent df02dae commit 3290358

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.0
2+
current_version = 0.1.0
33
commit = 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]
1010
search = __version__ = '{current_version}'
11-
replace = __version__ = '{new_version}'
11+
replace = __version__ = '{new_version}'
12+

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.0.0'
1+
__version__ = '0.1.0'

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.0.0'
22+
__version__ = '0.1.0'
2323

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

0 commit comments

Comments
 (0)