Skip to content

Commit 3ecb568

Browse files
committed
chore: bump version to 0.3.0
1 parent 1f069c1 commit 3ecb568

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
@@ -38,7 +38,7 @@
3838
)
3939
HYBRID_THRESOLD_CHECK = float(os.getenv("HYBRID_THRESOLD_CHECK", 0.5))
4040
TORCH_DEVICE = os.getenv("TORCH_DEVICE", "auto")
41-
APP_VERSION = "0.2.0"
41+
APP_VERSION = "0.3.0"
4242

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

0 commit comments

Comments
 (0)