From b0bf870aeadb3e3274251b9bdff8d3769e4e493a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Sat, 2 Nov 2019 22:38:22 +0100 Subject: [PATCH] 0.8.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec37fd364..b00461e53 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="aioquic", - version="0.8.2", + version="0.8.3", description="An implementation of QUIC and HTTP/3", long_description=long_description, url="https://github.com/aiortc/aioquic",