From cb721d25b636f19462731e79136f59d3dcebaec0 Mon Sep 17 00:00:00 2001 From: Yuki Nakamura Date: Wed, 19 Jul 2023 21:25:24 +0900 Subject: [PATCH] Update main.py --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index d15c63e..c1a48f8 100644 --- a/app/main.py +++ b/app/main.py @@ -5,4 +5,4 @@ @app.get("/") def read_root(): - return {"version": "v0.0.5"} + return {"version": "v0.0.6"}