Versioning for v1.4.1

This commit is contained in:
Raffson
2025-06-07 19:31:10 +02:00
parent 1bc876ab61
commit fd1337bb46
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ from pathlib import Path
MAJOR_VERSION = 1
MINOR_VERSION = 4
MICRO_VERSION = 0
MICRO_VERSION = 1
def _optional_build_id_component(path: Path) -> str | None: