Update version numbers for v3 alpha2 release

This commit is contained in:
Julian Stirling 2025-08-08 11:58:14 +01:00
parent 3d7438ed2b
commit 058f890c61
4 changed files with 5 additions and 5 deletions

View file

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