Skip to content

Commit

Permalink
Bump Version to 1.2.0 (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
boyleconnor authored Oct 24, 2021
1 parent fa6f815 commit d279663
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Person Name | [TextPersonNameAnnotation] | Yes
## Specification

- NLP Sandbox schemas version: 1.2.0
- Tool version: 1.1.0
- Tool version: 1.2.0
- Tool images:
- [docker.synapse.org/syn22277123/phi-annotator-huggingface-bert-base-ner]
- [docker.synapse.org/syn22277123/phi-annotator-huggingface-bert-base-ner-uncased]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.8"

services:
phi-annotator:
image: docker.synapse.org/syn22277123/phi-annotator-huggingface:1.1.0
image: docker.synapse.org/syn22277123/phi-annotator-huggingface:1.2.0
build:
context: server
args:
Expand Down
2 changes: 1 addition & 1 deletion server/openapi_server/controllers/tool_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_tool(): # noqa: E501
"""
tool = Tool(
name=f"phi-annotator-huggingface-{config.config_name}",
version="1.1.0",
version="1.2.0",
license=License.APACHE_2_0,
repository="github:nlpsandbox/phi-annotator-huggingface",
description=f"Hugging Face-based PHI annotator ({config.model_name})",
Expand Down

0 comments on commit d279663

Please sign in to comment.