From 85b461ef383e812cc5b1e9a2ed4bb017be50d476 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Mon, 11 Apr 2022 08:47:33 +0530 Subject: [PATCH] Reverted version bump --- daphne/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daphne/__init__.py b/daphne/__init__.py index 1656046..530cbd0 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1,6 +1,6 @@ import sys -__version__ = "3.0.3" +__version__ = "3.0.2" # Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with