From e58d255414bbf6814e281de5790066194e78c59f Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 23 Apr 2019 11:53:22 +0100 Subject: [PATCH] Version 0.2.0 --- httpcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpcore/__init__.py b/httpcore/__init__.py index 45bf54e1..2480785b 100644 --- a/httpcore/__init__.py +++ b/httpcore/__init__.py @@ -13,4 +13,4 @@ from .exceptions import ( from .pool import ConnectionPool from .sync import SyncClient, SyncConnectionPool -__version__ = "0.1.1" +__version__ = "0.2.0" -- 2.47.3