diff --git a/README.md b/README.md index 371c4f3..aab307a 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Aether API v3.x (FastAPI) +# Aether API v3.00.xx (FastAPI) The **Aether API** is a high-performance, multi-tenant backend for the Aether Platform, built on Python **FastAPI**. It powers both legacy and modern (V3/V4) applications, and is now fully containerized for robust, scalable deployment. diff --git a/app/main.py b/app/main.py index 0eb6737..5cae744 100644 --- a/app/main.py +++ b/app/main.py @@ -96,7 +96,7 @@ app = FastAPI( # debug = True, title = 'Aether API', description = 'One Sky IT\'s Aether API v3.0 using FastAPI.', - version = '3.00.03', + version = '3.00.10', operationsSorter = 'method', lifespan = lifespan, )