Skip to content

Commit e15064f

Browse files
committed
chore: bump version to 0.2.0
1 parent 4ff93d5 commit e15064f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
ENABLE_CACHE = os.getenv("ENABLE_CACHE", "false") == "true"
2222
TORCH_DEVICE = os.getenv("TORCH_DEVICE", "auto")
2323

24-
APP_VERSION = "0.1.0"
24+
APP_VERSION = "0.2.0"
2525

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

0 commit comments

Comments
 (0)