Bump version to 0.1.17
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "tensors"
|
||||
version = "0.1.16"
|
||||
version = "0.1.17"
|
||||
description = "Read safetensor metadata and fetch CivitAI model information"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
|
||||
@@ -40,7 +40,7 @@ def create_app() -> FastAPI:
|
||||
app = FastAPI(
|
||||
title="tensors",
|
||||
description="API for CivitAI model management and image gallery",
|
||||
version="0.1.16",
|
||||
version="0.1.17",
|
||||
lifespan=lifespan,
|
||||
docs_url=None,
|
||||
redoc_url=None,
|
||||
|
||||
Reference in New Issue
Block a user