From 9e749e326bbcf72c575798b8b5f6bfc99053efb2 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Wed, 2 Sep 2020 17:49:07 +0530 Subject: bumped runtime --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.py') diff --git a/api.py b/api.py index 9b83c7d..57ac547 100644 --- a/api.py +++ b/api.py @@ -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",) -- cgit v1.2.3