new bugfix release

This commit is contained in:
Ilan Steemers
2015-06-28 19:51:21 +02:00
parent dffb85c991
commit 9d36299f73
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
from django_q.models import Task, Schedule
from django_q.core import async
VERSION = (0, 1, 0)
VERSION = (0, 1, 1)
default_app_config = 'django_q.apps.DjangoQConfig'

View File

@@ -26,7 +26,7 @@ class PyTest(Command):
setup(
name='django-q',
version='0.1.0',
version='0.1.1',
author='Ilan Steemers',
author_email='koed00@gmail.com',
packages=['django_q'],