Skip to content

Commit

Permalink
Bump Tool Version to 1.3.0 (#158)
Browse files Browse the repository at this point in the history
* Revert Python Version in Dockerfile

* Update Schemas Version

It should have been listed as 1.2.0

* Bump Tool Version

* Bump Version in docker-compose.yml

* Bump Tool Version in Tool Controller
  • Loading branch information
boyleconnor authored Nov 30, 2021
1 parent 2991788 commit 9c836e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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 "
Expand Down

0 comments on commit 9c836e7

Please sign in to comment.