Skip to content

Commit

Permalink
Bump project version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Nov 18, 2020
1 parent 438325e commit 7012569
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 17 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ order.

| API | Type | Version |
|---|---|---|
| [Data Node](/openapi/data-node) | Data Node | 0.1.6 |
| [Date Annotator](/openapi/date-annotator) | NLP Tool | 0.1.6 |
| [Person Name Annotator](/openapi/person-name-annotator) | NLP Tool | 0.1.6 |
| [Physical Address Annotator](/openapi/physical-address-annotator) | NLP Tool | 0.1.6 |
| [Data Node](/openapi/data-node) | Data Node | 0.2.0 |
| [Date Annotator](/openapi/date-annotator) | NLP Tool | 0.2.0 |
| [Person Name Annotator](/openapi/person-name-annotator) | NLP Tool | 0.2.0 |
| [Physical Address Annotator](/openapi/physical-address-annotator) | NLP Tool | 0.2.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.1.6
version: 0.2.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.1.6
version: 0.2.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.1.6
version: 0.2.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.1.6
version: 0.2.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.1.6
version: 0.2.0
title: NLP Sandbox Physical Address Annotator API
contact:
name: The NLP Sandbox Team
Expand Down
8 changes: 1 addition & 7 deletions 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": "nlp-sandbox-schemas",
"version": "0.1.6",
"version": "0.2.0",
"license": "Apache-2.0",
"repository": "github:Sage-Bionetworks/nlp-sandbox-schemas",
"devDependencies": {
Expand Down

0 comments on commit 7012569

Please sign in to comment.