From 63e51dbf625d6e0fff810a04c07dcf4a8c6914d3 Mon Sep 17 00:00:00 2001 From: Adam La Morre Date: Sun, 6 Feb 2022 12:19:35 -0800 Subject: [PATCH] Ready for the draft PR --- daphne/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daphne/__init__.py b/daphne/__init__.py index 530cbd0..4c2a887 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1,6 +1,6 @@ import sys -__version__ = "3.0.2" +__version__ = "3.0.10" # Windows on Python 3.8+ uses ProactorEventLoop, which is not compatible with diff --git a/setup.py b/setup.py index 214df0d..0254eed 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open(readme_path) as fp: long_description = fp.read() setup( - name="daphne", + name="adam-daphne", version=__version__, url="https://github.com/django/daphne", author="Django Software Foundation",