Bump version numbers for alpha5 release.

This commit is contained in:
Julian Stirling 2026-03-26 14:12:51 +00:00
parent 72c9fcffe0
commit 4f86833393
4 changed files with 7 additions and 7 deletions

View file

@ -19,7 +19,7 @@ THIS_DIR = os.path.dirname(__file__)
TRUE_REPO_DIR = os.path.dirname(os.path.dirname(THIS_DIR))
# For explicit version checking.
VER_STRING = "3.0.0-alpha4"
VER_STRING = "3.0.0-alpha5"
# This is the regex provided by https://semver.org/
SEMVER_REGEX = re.compile(