diff --git a/daphne/__init__.py b/daphne/__init__.py index 350cbe9..ea370a8 100755 --- a/daphne/__init__.py +++ b/daphne/__init__.py @@ -1 +1 @@ -__version__ = "0.11.4" +__version__ = "0.12.0" diff --git a/setup.py b/setup.py index 5a58390..4fc2c6f 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( packages=find_packages(), include_package_data=True, install_requires=[ - 'asgiref>=0.10', + 'asgiref>=0.13', 'twisted>=15.5', 'autobahn>=0.12', ],