Dump develop version to 9.0.0.

This commit is contained in:
Dan Albert
2023-06-20 18:36:21 -07:00
parent 59c10f5d71
commit dc0e41c8c1
3 changed files with 10 additions and 2 deletions

View File

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