doc/chore: v0.6.0 version bump

This commit is contained in:
serversdwn
2026-02-06 21:25:49 +00:00
parent 794bfc00dc
commit 63d9c59873
3 changed files with 49 additions and 4 deletions

View File

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