bumped runtime

This commit is contained in:
Navan Chauhan 2020-09-02 17:49:07 +05:30
parent fe85d961d5
commit 9e749e326b
2 changed files with 2 additions and 2 deletions

2
api.py
View File

@ -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",)

View File

@ -1 +1 @@
python-3.7.8
python-3.7.9