Spaces:
Runtime error
Runtime error
Fix v1.1.2: app.py - Version bump for SDK configuration fix
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ from fastapi.responses import HTMLResponse
|
|
| 14 |
import uvicorn
|
| 15 |
|
| 16 |
# Version tracking
|
| 17 |
-
VERSION = "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
|