Skip to content

Commit 4f22a9b

Browse files
committed
bumps version
1 parent c822aa5 commit 4f22a9b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ uvicorn app.main:app
77
[Public RESTful API](https://nx-ai.onrender.com)
88

99

10-
A clean, production-ready Python FastAPI app for [NX](https://goldlabel.pro?s=nx-ai) AI services and more
10+
Production-ready Python FastAPI app for [NX](https://goldlabel.pro?s=nx-ai) AI services and more
1111

1212
- **Python 3.11+**
1313
- **FastAPI** — RESTful API framework

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""NX AI - FastAPI"""
22

33
# Version tracking
4-
__version__ = "1.0.0"
4+
__version__ = "1.0.1"

app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
app = FastAPI(
88
title="NX AI",
9-
description="A clean, modular FastAPI application for AI services.",
9+
description="Production-ready Python FastAPI app for NX",
1010
version="1.0.0",
1111
)
1212

0 commit comments

Comments
 (0)