chore: bump version to 1.0.1

This commit is contained in:
2026-05-14 17:30:13 +02:00
parent 0f36afd88c
commit 69c2fd01f9
12 changed files with 15 additions and 15 deletions

View File

@@ -480,7 +480,7 @@ async def lifespan(_application: FastAPI):
app = FastAPI(
title="Aniworld Download Manager",
description="Modern web interface for Aniworld anime download management",
version="1.0.0",
version="1.0.1",
docs_url="/api/docs",
redoc_url="/api/redoc",
lifespan=lifespan