From efaaa3026b675e4ef8fd77602f60ac34023bd978 Mon Sep 17 00:00:00 2001 From: Adam La Morre Date: Sun, 6 Feb 2022 18:07:54 -0800 Subject: [PATCH] 3.0.13 works --- daphne/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daphne/__init__.py b/daphne/__init__.py index 74ca5a2..4e856dd 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1,6 +1,6 @@ import sys -__version__ = "3.0.12" +__version__ = "3.0.13" # Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with