diff --git a/setup.py b/setup.py index c11d803..109d450 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def read(fname): setup( name='django-rq-wrapper', - version='2.2', + version='3.1', author='ISL', author_email='dev@isl.co', description=('Django management command to run multiple rq workers in one command and autoreload.'),