Move 4.x dev to 4.1.1.

This commit is contained in:
Dan Albert 2021-08-08 12:53:49 -07:00
parent a54f0e792d
commit ab9fd69493

View File

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