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