From f4591f08ae0a8009789ff23a68cb1830ea7100f5 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 6 Jun 2019 14:44:32 +0100 Subject: [PATCH] Version 0.3.1 --- httpcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpcore/__init__.py b/httpcore/__init__.py index 6d073a8d..6f948a6b 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.0" +__version__ = "0.3.1" -- 2.47.3