Version bump just because.

This commit is contained in:
Scott Idem
2026-04-02 16:51:34 -04:00
parent b5c50fd116
commit 42eaa6676e
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 v3.0 using FastAPI.',
version = '3.00.03',
version = '3.00.10',
operationsSorter = 'method',
lifespan = lifespan,
)