Fix version parsing

This commit is contained in:
Alex Root Junior 2021-02-07 19:04:26 +02:00
parent 66f0868f45
commit aebccd1139
6 changed files with 27 additions and 11 deletions

View file

@ -27,5 +27,5 @@ __all__ = (
"handler",
)
__version__ = "3.0.0a6"
__api_version__ = "5.0"
__version__ = "3.0.0-alpha.6"
__api_version__ = "4.9"