diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-02 17:49:07 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-02 17:49:07 +0530 |
commit | 9e749e326bbcf72c575798b8b5f6bfc99053efb2 (patch) | |
tree | d041d945928da7eac034ba30013bb6a25330b01d | |
parent | fe85d961d53920aad72df0f92d7159865d34484c (diff) |
bumped runtime
-rw-r--r-- | api.py | 2 | ||||
-rw-r--r-- | runtime.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ def flask_main(): """ app = FastAPI(title="Curie-API", - description="API for accessing Curie-Web.", + description="API for accessing most of the features.", version="0.1",) diff --git a/runtime.txt b/runtime.txt index 32a8d83..795ee72 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.7.8 +python-3.7.9 |