From 75b8fa4d0d62ce459f5c8aaff539f5c7528152e5 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 6 Apr 2019 13:38:38 +0100 Subject: [PATCH] Version 0.0.3 --- httpcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3