bumping to v0.4.1

This commit is contained in:
Ilan
2015-07-21 13:02:42 +02:00
parent 9e331740cd
commit 4ceff55b43
2 changed files with 2 additions and 2 deletions

View File

@@ -9,6 +9,6 @@ from .models import Task, Schedule, Success, Failure
from .cluster import Cluster
from .monitor import Stat
VERSION = (0, 4, 0)
VERSION = (0, 4, 1)
default_app_config = 'django_q.apps.DjangoQConfig'

View File

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