Skip to content

Commit

Permalink
Bump tool version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Jun 22, 2021
1 parent 1ce663b commit 500c1f4
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 @@ -61,7 +61,7 @@ performance -- just don't expect a high performance!
## Specification

- NLP Sandbox schemas version: 1.2.0
- NLP Sandbox tool version: 1.2.0
- NLP Sandbox tool version: 1.2.1
- Docker image: [docker.synapse.org/syn22277123/phi-annotator-example]


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-example:1.2.0
image: docker.synapse.org/syn22277123/phi-annotator-example:1.2.1
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-annotator-example",
version="1.2.0",
version="1.2.1",
license=License.APACHE_2_0,
repository="github:nlpsandbox/phi-annotator-example",
description="Example implementation of the NLP Sandbox PHI " +
Expand Down

0 comments on commit 500c1f4

Please sign in to comment.