Skip to content

Commit 78cf905

Browse files
committed
Bump version: 0.23.0 → 0.24.0
1 parent 04af7a9 commit 78cf905

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.23.0
2+
current_version = 0.24.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import sys
2121

22-
__version__ = '0.23.0'
22+
__version__ = '0.24.0'
2323

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

watson_developer_cloud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.23.0'
1+
__version__ = '0.24.0'

0 commit comments

Comments
 (0)