pgits commited on
Commit
c716f3d
·
verified ·
1 Parent(s): 9c84dcf

Fix v1.1.2: app.py - Version bump for SDK configuration fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from fastapi.responses import HTMLResponse
14
  import uvicorn
15
 
16
  # Version tracking
17
- VERSION = "1.1.1"
18
  COMMIT_SHA = "TBD"
19
 
20
  # Configure logging
 
14
  import uvicorn
15
 
16
  # Version tracking
17
+ VERSION = "1.1.2"
18
  COMMIT_SHA = "TBD"
19
 
20
  # Configure logging