Ready for the draft PR

This commit is contained in:
Adam La Morre 2022-02-06 12:19:35 -08:00
parent aae49a0bae
commit 63e51dbf62
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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",