Files
django-q2/django_q/__init__.py
Ilan Steemers 5ca8b753fd Bump version
2019-08-10 14:43:30 +02:00

7 lines
123 B
Python

VERSION = (1, 0, 2)
default_app_config = 'django_q.apps.DjangoQConfig'
__all__ = ['conf', 'cluster', 'models', 'tasks']