docs updated to v0.4.0

This commit is contained in:
serversdwn
2025-12-16 20:39:56 +00:00
parent 7d17d355a7
commit 2d22d0d329
4 changed files with 107 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ Base.metadata.create_all(bind=engine)
ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
# Initialize FastAPI app
VERSION = "0.3.3"
VERSION = "0.4.0"
app = FastAPI(
title="Seismo Fleet Manager",
description="Backend API for managing seismograph fleet status",