]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.0.2 0.0.2
authorTom Christie <tom@tomchristie.com>
Thu, 4 Apr 2019 17:46:12 +0000 (18:46 +0100)
committerTom Christie <tom@tomchristie.com>
Thu, 4 Apr 2019 17:46:12 +0000 (18:46 +0100)
httpcore/__init__.py

index 44bb53a426bbd8e893f8793bb292ecca8e0e8533..69894f361a383a753b3c70c024915ddf274db194 100644 (file)
@@ -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"