mirror of
https://github.com/django/daphne.git
synced 2025-07-10 16:02:18 +03:00
Version bump
This commit is contained in:
parent
e9b8632b6c
commit
884dad9277
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "0.1"
|
__version__ = "0.1.1"
|
||||||
|
|
||||||
# Load backends, using settings if available (else falling back to a default)
|
# Load backends, using settings if available (else falling back to a default)
|
||||||
DEFAULT_CHANNEL_BACKEND = "default"
|
DEFAULT_CHANNEL_BACKEND = "default"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='channels',
|
name='channels',
|
||||||
version="0.1",
|
version="0.1.1",
|
||||||
url='http://github.com/andrewgodwin/django-channels',
|
url='http://github.com/andrewgodwin/django-channels',
|
||||||
author='Andrew Godwin',
|
author='Andrew Godwin',
|
||||||
author_email='andrew@aeracode.org',
|
author_email='andrew@aeracode.org',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user