Skip to content

Commit 10521cf

Browse files
Update version 1.9.1 -> 1.10.0
1 parent 7d20642 commit 10521cf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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 = 1.9.1
2+
current_version = 1.10.0
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# IBM Watson Health Cognitive Services Python SDK Version 1.9.1
2+
# IBM Watson Health Cognitive Services Python SDK Version 1.10.0
33

44
## Overview
55

ibm_whcs_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
SDK version
33
"""
4-
__version__ = '1.9.1'
4+
__version__ = '1.10.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import sys
2121
import pkg_resources
2222

23-
__version__ = '1.9.1'
23+
__version__ = '1.10.0'
2424
PACKAGE_NAME = 'ibm_whcs_sdk'
2525
PACKAGE_DESC = 'This is the Watson Health Cognitive Services Python SDK containing ACD and IML',
2626

0 commit comments

Comments
 (0)