From 7bd9f32cf5fa3fa176b789cffe7e7114a3348b76 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 4 Apr 2019 18:46:12 +0100 Subject: [PATCH] Version 0.0.2 --- httpcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3