Bump version

This commit is contained in:
Alex Root Junior 2021-06-19 02:42:56 +03:00
parent 5790c431d0
commit 5780d1840e
5 changed files with 23 additions and 37 deletions

View file

@ -37,5 +37,5 @@ __all__ = (
"md",
)
__version__ = "3.0.0-alpha.8"
__version__ = "3.0.0a10"
__api_version__ = "5.2"

View file

@ -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):