chore: version bump

This commit is contained in:
Esa Kataja
2025-08-04 19:22:08 +03:00
parent 0e09baff83
commit 72fecb4403
3 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -14,7 +14,9 @@ async def lifespan(app: FastAPI):
logger.info("Application shutdown")
app = FastAPI(lifespan=lifespan)
app = FastAPI(
lifespan=lifespan, title="N8N Helper", description="N8N Helper", version="1.0.0"
)
for route in routes: