From a8a3ce73993d84a6cf603f3beb9e952619fce709 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 17 Aug 2026 16:31:35 +0200 Subject: [PATCH] VERSION 0.2.0 --- backend/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/main.py b/backend/main.py index 24e29a8..91d7691 100644 --- a/backend/main.py +++ b/backend/main.py @@ -101,7 +101,7 @@ class RoomUpdate(BaseModel): app = FastAPI( title="Calendar API", description="Room based agenda system", - version="1.0", + version="0.2.0", )