Skip to content

Commit 71a895c

Browse files
Update version 2.0.1 -> 2.0.2
1 parent 6551d40 commit 71a895c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.1
2+
current_version = 2.0.2
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Merative Annotator for Clinical Data Python SDK Version 2.0.1
2+
# Merative Annotator for Clinical Data Python SDK Version 2.0.2
33

44
## Overview
55

acd_sdk/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"""
1010
SDK version
1111
"""
12-
__version__ = '2.0.1'
12+
__version__ = '2.0.2'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import sys
1515
import pkg_resources
1616

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

0 commit comments

Comments
 (0)