Skip to content

Commit f0bc48b

Browse files
Update version 1.11.3 -> 1.11.4
1 parent 0eaa93e commit f0bc48b

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.11.3
2+
current_version = 1.11.4
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-
# Merative Annotator for Clinical Data Python SDK Version 1.11.3
2+
# Merative Annotator for Clinical Data Python SDK Version 1.11.4
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.11.3'
4+
__version__ = '1.11.4'

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.11.3'
23+
__version__ = '1.11.4'
2424
PACKAGE_NAME = 'acd_sdk'
2525
PACKAGE_DESC = 'This is the Annotator for Clincial Data Python SDK',
2626

0 commit comments

Comments
 (0)