From: Tom Christie Date: Thu, 4 Apr 2019 17:46:12 +0000 (+0100) Subject: Version 0.0.2 X-Git-Tag: 0.0.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bd9f32cf5fa3fa176b789cffe7e7114a3348b76;p=thirdparty%2Fhttpx.git Version 0.0.2 --- diff --git a/httpcore/__init__.py b/httpcore/__init__.py index 44bb53a4..69894f36 100644 --- a/httpcore/__init__.py +++ b/httpcore/__init__.py @@ -2,4 +2,4 @@ from .api import PoolManager, Response, request from .config import PoolLimits, SSLConfig, TimeoutConfig from .exceptions import ResponseClosed, StreamConsumed -__version__ = "0.0.1" +__version__ = "0.0.2"