1 parent 885ba4f commit 1a97492Copy full SHA for 1a97492
1 file changed
app.py
@@ -25,7 +25,7 @@
25
ENABLE_CACHE = os.getenv("ENABLE_CACHE", "false") == "true"
26
TORCH_DEVICE = os.getenv("TORCH_DEVICE", "auto")
27
28
-APP_VERSION = "0.0.1"
+APP_VERSION = "0.1.0"
29
30
# Setup logging configuration
31
LOGGING_DATE_FORMAT = "%Y-%m-%d %H:%M:%S"
0 commit comments