bump version to 1.1.0, centralize VERSION constant
All checks were successful
CI / test (push) Successful in 37s

This commit is contained in:
Username
2025-12-20 04:21:06 +01:00
parent ccfd8509cc
commit c76a158c18
5 changed files with 11 additions and 5 deletions

View File

@@ -3,6 +3,9 @@
import os
from pathlib import Path
# Application version
VERSION = "1.1.0"
class Config:
"""Base configuration."""