From: Tom Christie Date: Tue, 18 Jun 2019 14:54:41 +0000 (+0100) Subject: Version 0.5.0 X-Git-Tag: 0.5.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f192bbf0bb62d801bfe9a78d01f7ba1580c3469;p=thirdparty%2Fhttpx.git Version 0.5.0 --- diff --git a/http3/__init__.py b/http3/__init__.py index f4956f67..d30ff122 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.1" +__version__ = "0.5.0"