Skip to content

Commit 5e7a8c6

Browse files
Update version 1.11.6 -> 2.0.0
1 parent 9433e33 commit 5e7a8c6

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.6
2+
current_version = 2.0.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-
# Merative Annotator for Clinical Data Python SDK Version 1.11.6
2+
# Merative Annotator for Clinical Data Python SDK Version 2.0.0
33

44
## Overview
55

acd_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"""
1010
SDK version
1111
"""
12-
__version__ = '1.11.6'
12+
__version__ = '2.0.0'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import sys
1515
import pkg_resources
1616

17-
__version__ = '1.11.6'
17+
__version__ = '2.0.0'
1818
PACKAGE_NAME = 'acd_sdk'
1919
PACKAGE_DESC = 'This is the Annotator for Clinical Data Python SDK',
2020

0 commit comments

Comments
 (0)