Skip to content

Commit

Permalink
bumping to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Koed00 committed Jul 21, 2015
1 parent 9e33174 commit 4ceff55
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
Expand Up @@ -9,6 +9,6 @@
from .cluster import Cluster
from .monitor import Stat

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

default_app_config = 'django_q.apps.DjangoQConfig'
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@ def run(self):

setup(
name='django-q',
version='0.4.0',
version='0.4.1',
author='Ilan Steemers',
author_email='koed00@gmail.com',
keywords='django task queue worker redis multiprocessing',
Expand Down

0 comments on commit 4ceff55

Please sign in to comment.