Skip to content

Commit

Permalink
Update version 1.11.6 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 24, 2023
1 parent 9433e33 commit 5e7a8c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.11.6
current_version = 2.0.0
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Merative Annotator for Clinical Data Python SDK Version 1.11.6
# Merative Annotator for Clinical Data Python SDK Version 2.0.0

## Overview

Expand Down
2 changes: 1 addition & 1 deletion acd_sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""
SDK version
"""
__version__ = '1.11.6'
__version__ = '2.0.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import sys
import pkg_resources

__version__ = '1.11.6'
__version__ = '2.0.0'
PACKAGE_NAME = 'acd_sdk'
PACKAGE_DESC = 'This is the Annotator for Clinical Data Python SDK',

Expand Down

0 comments on commit 5e7a8c6

Please sign in to comment.