Bump version to 5.2.1.

This commit is contained in:
Dan Albert 2022-10-31 11:36:50 -07:00
parent fb734d4f09
commit 5037a5c9d7

View File

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