Version bump to 3.00.01

This commit is contained in:
Scott Idem
2026-03-11 09:37:41 -04:00
parent f110c2eecb
commit 03be0ac062
2 changed files with 2 additions and 2 deletions

View File

@@ -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,
)