From: Tom Christie Date: Thu, 27 Jun 2019 15:46:58 +0000 (+0100) Subject: Version 0.6.5 X-Git-Tag: 0.6.5^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe71e939c399f708887058ebe26224e5aba9dbe8;p=thirdparty%2Fhttpx.git Version 0.6.5 --- diff --git a/http3/__init__.py b/http3/__init__.py index 306af81c..95b5e145 100644 --- a/http3/__init__.py +++ b/http3/__init__.py @@ -49,4 +49,4 @@ from .models import ( ) from .status_codes import StatusCode, codes -__version__ = "0.6.4" +__version__ = "0.6.5"