From ba033c549f5c2834e7ebc79739a86d84dad86d62 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 6 Jun 2019 15:24:01 +0100 Subject: [PATCH] Version 0.4.0 --- httpcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpcore/__init__.py b/httpcore/__init__.py index 6f948a6b..385c35a7 100644 --- a/httpcore/__init__.py +++ b/httpcore/__init__.py @@ -32,4 +32,4 @@ from .interfaces import BaseReader, BaseWriter, ConcurrencyBackend, Dispatcher, from .models import URL, Cookies, Headers, Origin, QueryParams, Request, Response from .status_codes import StatusCode, codes -__version__ = "0.3.1" +__version__ = "0.4.0"