Skip to content

Commit ebaf077

Browse files
authored
Merge pull request #4 from cascadianblue/bump-1.0.1
Bump Version to 1.0.1
2 parents 560729c + 708e923 commit ebaf077

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Person Name | [TextPersonNameAnnotation] | Yes
5050
## Specification
5151

5252
- NLP Sandbox schemas version: 1.2.0
53-
- Tool version: 1.0.0
53+
- Tool version: 1.0.1
5454
- Tool images:
5555
- [docker.synapse.org/syn26486812/bert-i2b2-annotator-bert-ner-i2b2]
5656

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.8"
22

33
services:
44
phi-annotator:
5-
image: docker.synapse.org/syn26486812/bert-i2b2-annotator:1.0.0
5+
image: docker.synapse.org/syn26486812/bert-i2b2-annotator:1.0.1
66
build:
77
context: server
88
args:
@@ -33,4 +33,4 @@ services:
3333
networks:
3434
nlpsandbox:
3535
nlpsandbox-internal:
36-
internal: true
36+
internal: true

server/openapi_server/controllers/tool_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_tool(): # noqa: E501
1515
"""
1616
tool = Tool(
1717
name=f"phi-annotator-{config.config_name}",
18-
version="1.0.0",
18+
version="1.0.1",
1919
license=License.APACHE_2_0,
2020
repository="github:cascadianblue/bert-phi-annotator",
2121
description=f"BERT-based PHI annotator ({config.model_name})",

0 commit comments

Comments
 (0)