mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-15 20:02:22 +00:00
Fix version parsing
This commit is contained in:
parent
66f0868f45
commit
aebccd1139
6 changed files with 27 additions and 11 deletions
|
|
@ -27,5 +27,5 @@ __all__ = (
|
|||
"handler",
|
||||
)
|
||||
|
||||
__version__ = "3.0.0a6"
|
||||
__api_version__ = "5.0"
|
||||
__version__ = "3.0.0-alpha.6"
|
||||
__api_version__ = "4.9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue