Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Bumping to version 0.3.1
  • Loading branch information
Koed00 committed Jul 8, 2015
1 parent 1375cec commit d375b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_q/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .tasks import async, schedule, result, fetch
from .models import Task, Schedule

VERSION = (0, 3, q)
VERSION = (0, 3, 1)

default_app_config = 'django_q.apps.DjangoQConfig'

0 comments on commit d375b60

Please sign in to comment.