From 42eaa6676eaeb11c7c82ac7068889d33cf0c8906 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 2 Apr 2026 16:51:34 -0400 Subject: [PATCH] Version bump just because. --- README.md | 2 +- app/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, )