From 77cf336eabcd53fbbda0c69dc692b5df820f578c Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 25 Jul 2019 22:53:31 +0100 Subject: [PATCH] Version 0.6.8 --- httpx/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpx/__version__.py b/httpx/__version__.py index c5079f7c..b2e30d93 100644 --- a/httpx/__version__.py +++ b/httpx/__version__.py @@ -1,3 +1,3 @@ __title__ = "httpx" __description__ = "A next generation HTTP client, for Python 3." -__version__ = "0.6.7" +__version__ = "0.6.8" -- 2.47.3