We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6551d40 commit 71a895cCopy full SHA for 71a895c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.1
+current_version = 2.0.2
3
commit = True
4
message = Update version {current_version} -> {new_version}
5
README.md
-# Merative Annotator for Clinical Data Python SDK Version 2.0.1
+# Merative Annotator for Clinical Data Python SDK Version 2.0.2
## Overview
acd_sdk/version.py
@@ -9,4 +9,4 @@
9
"""
10
SDK version
11
12
-__version__ = '2.0.1'
+__version__ = '2.0.2'
setup.py
@@ -14,7 +14,7 @@
14
import sys
15
import pkg_resources
16
17
18
PACKAGE_NAME = 'acd_sdk'
19
PACKAGE_DESC = 'This is the Annotator for Clinical Data Python SDK',
20
0 commit comments