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
+1 -1
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'