Skip to content

Commit

Permalink
Update from version 0.2.2 to 0.3.0 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter authored Jan 21, 2021
1 parent e330f4a commit 027d473
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ order.

| API | Type | Version |
|---|---|---|
| [Data Node](/openapi/data-node) | Data Node | 0.2.2 |
| [Date Annotator](/openapi/date-annotator) | NLP Tool | 0.2.2 |
| [Person Name Annotator](/openapi/person-name-annotator) | NLP Tool | 0.2.2 |
| [Physical Address Annotator](/openapi/physical-address-annotator) | NLP Tool | 0.2.2 |
| [Data Node](/openapi/data-node) | Data Node | 0.3.0 |
| [Date Annotator](/openapi/date-annotator) | NLP Tool | 0.3.0 |
| [Person Name Annotator](/openapi/person-name-annotator) | NLP Tool | 0.3.0 |
| [Physical Address Annotator](/openapi/physical-address-annotator) | NLP Tool | 0.3.0 |

## Web services

Expand Down
2 changes: 1 addition & 1 deletion openapi/data-node/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.2
info:
version: 0.2.2
version: 0.3.0
title: NLP Sandbox Data Node API
contact:
name: The NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/date-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.2
info:
version: 0.2.2
version: 0.3.0
title: NLP Sandbox Date Annotator API
contact:
name: The NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/person-name-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.2
info:
version: 0.2.2
version: 0.3.0
title: NLP Sandbox Person Name Annotator API
contact:
name: The NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/phi-deidentifier/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.2
info:
version: 0.2.2
version: 0.3.0
title: NLP Sandbox Deidentifier API
contact:
name: The NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion openapi/physical-address-annotator/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.2
info:
version: 0.2.2
version: 0.3.0
title: NLP Sandbox Physical Address Annotator API
contact:
name: The NLP Sandbox Team
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlpsandbox-schemas",
"version": "0.2.2",
"version": "0.3.0",
"license": "Apache-2.0",
"repository": "github:nlpsandbox/nlpsandbox-schemas",
"devDependencies": {
Expand Down

0 comments on commit 027d473

Please sign in to comment.