Skip to content

Commit 1a97492

Browse files
committed
chore: mark initial release v0.1.0
1 parent 885ba4f commit 1a97492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
ENABLE_CACHE = os.getenv("ENABLE_CACHE", "false") == "true"
2626
TORCH_DEVICE = os.getenv("TORCH_DEVICE", "auto")
2727

28-
APP_VERSION = "0.0.1"
28+
APP_VERSION = "0.1.0"
2929

3030
# Setup logging configuration
3131
LOGGING_DATE_FORMAT = "%Y-%m-%d %H:%M:%S"

0 commit comments

Comments
 (0)