From: Tom Christie Date: Mon, 17 Jun 2019 13:52:44 +0000 (+0100) Subject: Version 0.1 X-Git-Tag: 0.5.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=920925ca00f5337a8ab66aeddf342d390b3eeb52;p=thirdparty%2Fhttpx.git Version 0.1 --- diff --git a/http3/__init__.py b/http3/__init__.py index 79dab8b4..7be906bc 100644 --- a/http3/__init__.py +++ b/http3/__init__.py @@ -49,4 +49,4 @@ from .models import ( ) from .status_codes import StatusCode, codes -__version__ = "0.0.1" +__version__ = "0.1.0"