version bump to 0.13.3

This commit is contained in:
2026-06-05 06:37:09 +00:00
parent 78d72431b3
commit 38f2c751b8
4 changed files with 103 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Base.metadata.create_all(bind=engine)
ENVIRONMENT = os.getenv("ENVIRONMENT", "production")
# Initialize FastAPI app
VERSION = "0.13.2"
VERSION = "0.13.3"
if ENVIRONMENT == "development":
_build = os.getenv("BUILD_NUMBER", "0")
if _build and _build != "0":