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 Nov 16, 2023
1 parent d6186f3 commit a2ce5d0
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 @@ -15,7 +15,7 @@
LISTEN_HOST = os.getenv("LISTEN_HOST", "0.0.0.0")
LISTEN_PORT = os.getenv("LISTEN_PORT", "7860")
DETOXIFY_MODEL = os.getenv("DETOXIFY_MODEL", "unbiased-small")
APP_VERSION = "0.0.0"
APP_VERSION = "0.1.0"

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

0 comments on commit a2ce5d0

Please sign in to comment.