Version 0.0.3

This commit is contained in:
Tom Christie 2019-04-06 13:38:38 +01:00
parent 7626fe7c87
commit 75b8fa4d0d

View File

@ -3,4 +3,4 @@ from .datastructures import URL, Request, Response
from .exceptions import ResponseClosed, StreamConsumed
from .pool import ConnectionPool
__version__ = "0.0.2"
__version__ = "0.0.3"