Skip to content

Commit c7a6e24

Browse files
Update version 2.0.0 -> 2.0.1
1 parent f687da1 commit c7a6e24

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 = 2.0.0
2+
current_version = 2.0.1
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 2.0.0
2+
# Merative Annotator for Clinical Data Python SDK Version 2.0.1
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__ = '2.0.0'
12+
__version__ = '2.0.1'

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__ = '2.0.0'
17+
__version__ = '2.0.1'
1818
PACKAGE_NAME = 'acd_sdk'
1919
PACKAGE_DESC = 'This is the Annotator for Clinical Data Python SDK',
2020

0 commit comments

Comments
 (0)