From: Tom Christie Date: Mon, 24 Jun 2019 15:54:24 +0000 (+0100) Subject: Version 0.6.3 X-Git-Tag: 0.6.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3a12e73c0ce96dad34795859da8a9d9d75b1802;p=thirdparty%2Fhttpx.git Version 0.6.3 --- diff --git a/http3/__init__.py b/http3/__init__.py index cf9897a2..3be34560 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.2" +__version__ = "0.6.3"