Skip to content

Commit 290f071

Browse files
feat: update API description and version in main.py
- Change API description to reflect new functionality - Update version to 1.0.0
1 parent 9d527f7 commit 290f071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ async def lifespan(app: FastAPI):
6464
# Create FastAPI application
6565
app = FastAPI(
6666
title="pyplots API",
67-
description="AI-powered Python plotting examples that work with YOUR data",
68-
version="0.2.0",
67+
description="Backend API for pyplots.ai - Python plotting gallery across 9 libraries",
68+
version="1.0.0",
6969
lifespan=lifespan,
7070
docs_url="/docs",
7171
redoc_url="/redoc",

0 commit comments

Comments
 (0)