Bump version to 4.1.2.

This commit is contained in:
Dan Albert 2021-08-10 17:43:53 -07:00
parent a6c544a6e6
commit 81058d9e25

View File

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