Skip to content

Commit

Permalink
fixed description test cases and build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamshriwas committed May 18, 2020
1 parent 5875bed commit 150d032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/server/src/test/resources/inference_open_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "TorchServe APIs",
"description": "TorchServe is a flexible and easy to use tool for serving deep learning models",
"version": "1.0.0"
"version": "0.1.1"
},
"paths": {
"/": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "TorchServe APIs",
"description": "TorchServe is a flexible and easy to use tool for serving deep learning models",
"version": "1.0.0"
"version": "0.1.1"
},
"paths": {
"/": {
Expand Down
2 changes: 1 addition & 1 deletion ts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
This is the current version of TorchServe
"""

__version__ = open('version.txt', 'r').read().strip()
__version__ = open('version.txt', 'r').read().strip()

0 comments on commit 150d032

Please sign in to comment.