Bump version: 2.0.0a3 -> 2.0.0a4

This commit is contained in:
Mads Marquart
2020-06-07 12:52:59 +02:00
parent 435dfaf6d8
commit 520258e339

View File

@@ -118,7 +118,7 @@ from ._listen import Listener
from ._client import Client
__version__ = "2.0.0a3"
__version__ = "2.0.0a4"
__all__ = ("Session", "Listener", "Client")