Skip to content

Commit

Permalink
new bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Jun 28, 2015
1 parent dffb85c commit 9d36299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_q/__init__.py
@@ -1,7 +1,7 @@
from django_q.models import Task, Schedule
from django_q.core import async

VERSION = (0, 1, 0)
VERSION = (0, 1, 1)

default_app_config = 'django_q.apps.DjangoQConfig'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@ def run(self):

setup(
name='django-q',
version='0.1.0',
version='0.1.1',
author='Ilan Steemers',
author_email='koed00@gmail.com',
packages=['django_q'],
Expand Down

0 comments on commit 9d36299

Please sign in to comment.