Version bump

This commit is contained in:
Andrew Godwin 2015-06-15 00:45:15 -07:00
parent e9b8632b6c
commit 884dad9277
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
__version__ = "0.1"
__version__ = "0.1.1"
# Load backends, using settings if available (else falling back to a default)
DEFAULT_CHANNEL_BACKEND = "default"

View File

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
setup(
name='channels',
version="0.1",
version="0.1.1",
url='http://github.com/andrewgodwin/django-channels',
author='Andrew Godwin',
author_email='andrew@aeracode.org',