chore: bump version to 1.4.0

This commit is contained in:
Pouzor
2026-03-28 17:59:25 +01:00
parent 0b97b7127a
commit 61b30a95fe
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator[None, None]:
app = FastAPI(
title="Homelable API",
version="1.3.3",
version="1.4.0",
lifespan=lifespan,
)