Archived
chore: version bump
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "n8n_helper"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
+3
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user