Files
sunday/version.py
2025-11-15 20:46:44 +10:00

6 lines
153 B
Python

# Sunday Comics Version
# This file contains the version number for the project
# Format: YYYY.MM.DD (date-based versioning)
__version__ = "2025.11.15"