Update __init__.py

Bumping to version 0.3.1
This commit is contained in:
Ilan Steemers
2015-07-08 22:48:25 +02:00
parent 7ea47ce527
commit 1375cece72
+1 -1
View File
@@ -1,6 +1,6 @@
from .tasks import async, schedule, result, fetch
from .models import Task, Schedule
VERSION = (0, 3, 0)
VERSION = (0, 3, q)
default_app_config = 'django_q.apps.DjangoQConfig'