Skip to content

Commit

Permalink
chore: mark initial release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atrifat committed Jul 8, 2024
1 parent 870c936 commit 2f16b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
ENABLE_CACHE = os.getenv("ENABLE_CACHE", "false") == "true"
TORCH_DEVICE = os.getenv("TORCH_DEVICE", "auto")

APP_VERSION = "0.0.1"
APP_VERSION = "0.1.0"

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

0 comments on commit 2f16b2e

Please sign in to comment.