bump version to 1.3.0
Some checks failed
CI / Lint & Format (push) Successful in 17s
CI / Security Scan (push) Failing after 19s
CI / Tests (push) Failing after 35s

This commit is contained in:
Username
2025-12-20 20:20:47 +01:00
parent bfc238b5cf
commit dfca09102a
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import os
from pathlib import Path
# Application version
VERSION = "1.2.0"
VERSION = "1.3.0"
class Config: