Update version numbers for v3 alpha2 release
This commit is contained in:
parent
3d7438ed2b
commit
058f890c61
4 changed files with 5 additions and 5 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue