chore: bump version to 1.0.0

This commit is contained in:
Pouzor
2026-03-10 00:30:05 +01:00
parent 6f7f6be5b6
commit c0f1d1ff1a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ async def lifespan(app: FastAPI) -> AsyncGenerator[None, None]:
app = FastAPI(
title="Homelable API",
version="0.1.0",
version="1.0.0",
lifespan=lifespan,
)