🔖 release: v2.0.0-alpha.2

This commit is contained in:
SigureMo 2021-05-03 04:26:01 +08:00
parent 61e14ee053
commit a3ad5adf1b
No known key found for this signature in database
GPG Key ID: F99A3CD7BD76B247
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
VERSION = (2, 0, "0-alpha", 1)
VERSION = (2, 0, "0-alpha", 2)
__version__ = ".".join(map(str, VERSION))