diff --git a/README.md b/README.md index 1a50e0f..06bbdee 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ Sandbox PHI Deidentifier example, including its React web client. ## Specification -- NLP Sandbox schemas version: 1.1.2 -- NLP Sandbox tool version: 1.1.2 +- NLP Sandbox schemas version: 1.2.0 +- NLP Sandbox tool version: 1.3.0 - Docker image: [docker.synapse.org/syn22277123/phi-deidentifier-example] - Tool dependencies: - [NLP Sandbox Date Annotator] diff --git a/docker-compose.yml b/docker-compose.yml index 842f89e..6985680 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,7 +37,7 @@ services: - nlpsandbox-internal phi-deidentifier: - image: docker.synapse.org/syn22277123/phi-deidentifier-example:1.2.0 + image: docker.synapse.org/syn22277123/phi-deidentifier-example:1.3.0 build: context: server dockerfile: Dockerfile diff --git a/server/openapi_server/controllers/tool_controller.py b/server/openapi_server/controllers/tool_controller.py index 4aa0253..a4c73d5 100644 --- a/server/openapi_server/controllers/tool_controller.py +++ b/server/openapi_server/controllers/tool_controller.py @@ -14,7 +14,7 @@ def get_tool(): # noqa: E501 """ tool = Tool( name="phi-deidentifier", - version="1.2.0", + version="1.3.0", license=License.APACHE_2_0, repository="github:nlpsandbox/phi-deidentifier", description="Example implementation of the NLP Sandbox PHI "