Skip to content

Commit

Permalink
Update version 1.9.0 -> 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 22, 2021
1 parent 129a6da commit 0d81457
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.0
current_version = 1.9.1
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# IBM Watson Health Cognitive Services Python SDK Version 1.9.0
# IBM Watson Health Cognitive Services Python SDK Version 1.9.1

## Overview

Expand Down
2 changes: 1 addition & 1 deletion ibm_whcs_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
SDK version
"""
__version__ = '1.9.0'
__version__ = '1.9.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import sys
import pkg_resources

__version__ = '1.9.0'
__version__ = '1.9.1'
PACKAGE_NAME = 'ibm_whcs_sdk'
PACKAGE_DESC = 'This is the Watson Health Cognitive Services Python SDK containing ACD and IML',

Expand Down

0 comments on commit 0d81457

Please sign in to comment.