Bump version: 2.0.0a1 -> 2.0.0a2

This commit is contained in:
Mads Marquart
2020-03-11 15:45:02 +01:00
parent 11534604fe
commit e033350d02

View File

@@ -117,7 +117,7 @@ from ._listen import Listener
from ._client import Client from ._client import Client
__version__ = "2.0.0a1" __version__ = "2.0.0a2"
__all__ = ("Session", "Listener", "Client") __all__ = ("Session", "Listener", "Client")