Releasing 0.10.0

This commit is contained in:
Andrew Godwin 2016-03-21 16:46:42 -07:00
parent 8522eb40ca
commit 13d6c88c7f
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
__version__ = "0.9.5"
__version__ = "0.10.0"
default_app_config = 'channels.apps.ChannelsConfig'
DEFAULT_CHANNEL_LAYER = 'default'

View File

@ -13,7 +13,7 @@ setup(
include_package_data=True,
install_requires=[
'Django>=1.8',
'asgiref>=0.9',
'daphne>=0.9.2',
'asgiref>=0.10',
'daphne>=0.10',
]
)