mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump version
This commit is contained in:
parent
5790c431d0
commit
5780d1840e
5 changed files with 23 additions and 37 deletions
|
|
@ -37,5 +37,5 @@ __all__ = (
|
|||
"md",
|
||||
)
|
||||
|
||||
__version__ = "3.0.0-alpha.8"
|
||||
__version__ = "3.0.0a10"
|
||||
__api_version__ = "5.2"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
try:
|
||||
from typing import Protocol
|
||||
except ImportError: # pragma: no cover
|
||||
from typing_extensions import Protocol # type: ignore
|
||||
from typing import Protocol
|
||||
|
||||
|
||||
class Downloadable(Protocol):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue