From d9f3ddb839c15447a8f040e98bb312dae2f9b054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Tue, 24 Sep 2019 11:34:44 +0200 Subject: [PATCH] 0.8.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f5f82c1..fd0f9c4d 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="aioquic", - version="0.8.0", + version="0.8.1", description="An implementation of QUIC and HTTP/3", long_description=long_description, url="https://github.com/aiortc/aioquic",