From 03be0ac06208d72a7a2990b9aa3d6a2f31841372 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 11 Mar 2026 09:37:41 -0400 Subject: [PATCH] Version bump to 3.00.01 --- README.md | 2 +- app/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2063f15..6425541 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Aether API (FastAPI) +# Aether API v3.00.x (FastAPI) The **Aether API** is a high-performance, multi-tenant backend infrastructure built using the Python **FastAPI** framework. It serves as the central data and logic hub for the Aether Platform, supporting both legacy applications and modern V3/V4 standards. diff --git a/app/main.py b/app/main.py index ea5cade..ec3a1e4 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 v4 using FastAPI.', - version = '4.9.0', + version = '3.00.01', operationsSorter = 'method', lifespan = lifespan, )