version bump

This commit is contained in:
Raffson 2023-04-01 15:54:57 +02:00
parent b4277c25c5
commit 0413474576
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

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