Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atrifat committed Jul 8, 2024
1 parent 1f069c1 commit 3ecb568
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 @@ -38,7 +38,7 @@
)
HYBRID_THRESOLD_CHECK = float(os.getenv("HYBRID_THRESOLD_CHECK", 0.5))
TORCH_DEVICE = os.getenv("TORCH_DEVICE", "auto")
APP_VERSION = "0.2.0"
APP_VERSION = "0.3.0"

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

0 comments on commit 3ecb568

Please sign in to comment.