Update version to 1.3.1

This commit is contained in:
Raffson
2024-03-17 00:52:22 +01:00
parent e9832b5d82
commit edcadde368
2 changed files with 5 additions and 5 deletions

View File

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