Skip to content
Snippets Groups Projects
Commit d46fbe37 authored by Milan Čermák's avatar Milan Čermák
Browse files

New version format

parent 082079ed
Branches master
Tags v1.0.0
No related merge requests found
...@@ -52,7 +52,7 @@ from routers import general_queries, overview_queries, graph_queries, analysis_q ...@@ -52,7 +52,7 @@ from routers import general_queries, overview_queries, graph_queries, analysis_q
# Application definition ("description" key may be added too). # Application definition ("description" key may be added too).
app = FastAPI( app = FastAPI(
title="Granef API", title="Granef API",
version="0.8", version="1.0.0",
) )
# Load API routers # Load API routers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment