Update Branch to V5.1.0

This commit is contained in:
RndName
2021-12-09 23:58:51 +01:00
parent 54bf9357bf
commit 056851765f

View File

@@ -2,8 +2,8 @@ from pathlib import Path
MAJOR_VERSION = 5
MINOR_VERSION = 0
MICRO_VERSION = 1
MINOR_VERSION = 1
MICRO_VERSION = 0
def _build_version_string() -> str: