From: Tom Christie Date: Mon, 17 Jun 2019 15:55:24 +0000 (+0100) Subject: Version 0.1.1 X-Git-Tag: 0.5.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606e7f0b8dfbcb739f5478c89cdcd57f06a10072;p=thirdparty%2Fhttpx.git Version 0.1.1 --- diff --git a/http3/__init__.py b/http3/__init__.py index 7be906bc..f4956f67 100644 --- a/http3/__init__.py +++ b/http3/__init__.py @@ -49,4 +49,4 @@ from .models import ( ) from .status_codes import StatusCode, codes -__version__ = "0.1.0" +__version__ = "0.1.1"