Skip to content

Commit a2ce5d0

Browse files
committed
chore: mark initial release v0.1.0
1 parent d6186f3 commit a2ce5d0

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
@@ -15,7 +15,7 @@
1515
LISTEN_HOST = os.getenv("LISTEN_HOST", "0.0.0.0")
1616
LISTEN_PORT = os.getenv("LISTEN_PORT", "7860")
1717
DETOXIFY_MODEL = os.getenv("DETOXIFY_MODEL", "unbiased-small")
18-
APP_VERSION = "0.0.0"
18+
APP_VERSION = "0.1.0"
1919

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

0 commit comments

Comments
 (0)