From: Tom Christie Date: Thu, 18 Apr 2019 10:53:53 +0000 (+0100) Subject: Version 0.1.0 X-Git-Tag: 0.1.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23252f6cd9e629ae7c513bc24a8c6a1061d61429;p=thirdparty%2Fhttpx.git Version 0.1.0 --- diff --git a/httpcore/__init__.py b/httpcore/__init__.py index 7675068c..ce9f5bfc 100644 --- a/httpcore/__init__.py +++ b/httpcore/__init__.py @@ -10,4 +10,4 @@ from .exceptions import ( ) from .pool import ConnectionPool -__version__ = "0.0.3" +__version__ = "0.1.0"