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 Jun 7, 2024
1 parent 0fec744 commit ed0bd65
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 @@ -28,7 +28,7 @@
CACHE_DURATION_SECONDS = int(os.getenv("CACHE_DURATION_SECONDS", 60))
ENABLE_CACHE = os.getenv("ENABLE_CACHE", "false") == "true"

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 ed0bd65

Please sign in to comment.