Skip to content

Commit 755d972

Browse files
committed
Bump version to 0.9.1.
1 parent e871001 commit 755d972

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

django_rq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 9, 0)
1+
VERSION = (0, 9, 1)
22

33
from .decorators import job
44
from .queues import enqueue, get_connection, get_queue, get_scheduler, get_failed_queue

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
setup(
55
name='django-rq',
6-
version='0.9.0',
6+
version='0.9.1',
77
author='Selwin Ong',
88
author_email='[email protected]',
99
packages=['django_rq'],
1010
url='https://github.com/ui/django-rq',
1111
license='MIT',
12-
description='A simple app that provides django integration for RQ (Redis Queue)',
12+
description='An app that provides django integration for RQ (Redis Queue)',
1313
long_description=open('README.rst').read(),
1414
zip_safe=False,
1515
include_package_data=True,

0 commit comments

Comments
 (0)