From: Tom Christie Date: Sat, 6 Apr 2019 12:38:38 +0000 (+0100) Subject: Version 0.0.3 X-Git-Tag: 0.0.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75b8fa4d0d62ce459f5c8aaff539f5c7528152e5;p=thirdparty%2Fhttpx.git Version 0.0.3 --- diff --git a/httpcore/__init__.py b/httpcore/__init__.py index 24a6bbfb..6630a361 100644 --- a/httpcore/__init__.py +++ b/httpcore/__init__.py @@ -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"