Getting ready for version 0.3.0

This commit is contained in:
Ilan Steemers
2015-07-08 18:46:08 +02:00
parent f30cf45641
commit 82f9c4b44f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
from .tasks import async, schedule, result, fetch
from .models import Task, Schedule
VERSION = (0, 2, 2)
VERSION = (0, 3, 0)
default_app_config = 'django_q.apps.DjangoQConfig'

View File

@@ -26,7 +26,7 @@ class PyTest(Command):
setup(
name='django-q',
version='0.2.2',
version='0.3.0',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django task queue worker redis multiprocessing',