Update branch to 5.0.1.

This commit is contained in:
Dan Albert
2021-11-13 11:47:20 -08:00
parent 7278878266
commit d710c2631a
2 changed files with 9 additions and 1 deletions

View File

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