Update version to 8.1.0.

This commit is contained in:
Dan Albert
2023-06-26 21:51:33 -07:00
parent 001e7dfed9
commit 5a22b62e3b
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from pathlib import Path
MAJOR_VERSION = 8
MINOR_VERSION = 0
MINOR_VERSION = 1
MICRO_VERSION = 0
VERSION_NUMBER = ".".join(str(v) for v in (MAJOR_VERSION, MINOR_VERSION, MICRO_VERSION))