Added VERSION

This commit is contained in:
Ilan Steemers
2015-06-27 16:20:38 +02:00
parent de03dd10d8
commit 338b96fe63

View File

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