From 884dad9277f6c127c695fd9e032c9b397c4b77e5 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 15 Jun 2015 00:45:15 -0700 Subject: [PATCH] Version bump --- channels/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/channels/__init__.py b/channels/__init__.py index 883c43a..2b9a471 100644 --- a/channels/__init__.py +++ b/channels/__init__.py @@ -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" diff --git a/setup.py b/setup.py index 04eb552..01fe972 100644 --- a/setup.py +++ b/setup.py @@ -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',