Bump version to 0.1.17

This commit is contained in:
Adam Ladachowski
2026-02-15 18:58:27 +01:00
parent f2df2bbefa
commit a68ab90025
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "tensors" name = "tensors"
version = "0.1.16" version = "0.1.17"
description = "Read safetensor metadata and fetch CivitAI model information" description = "Read safetensor metadata and fetch CivitAI model information"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
+1 -1
View File
@@ -40,7 +40,7 @@ def create_app() -> FastAPI:
app = FastAPI( app = FastAPI(
title="tensors", title="tensors",
description="API for CivitAI model management and image gallery", description="API for CivitAI model management and image gallery",
version="0.1.16", version="0.1.17",
lifespan=lifespan, lifespan=lifespan,
docs_url=None, docs_url=None,
redoc_url=None, redoc_url=None,