Skip to content

Commit

Permalink
package description
Browse files Browse the repository at this point in the history
  • Loading branch information
mojeto committed Jul 6, 2016
1 parent 54ae524 commit b9c17bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion django_in_request_cache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

from __future__ import unicode_literals, absolute_import

__version__ = '0.0.2'
__version__ = '0.0.3'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def find_version(*file_paths):
author='Jan Nakladal',
author_email='[email protected]',
url='https://github.com/mojeto/django-in-request-cache',
description='Django cache stored in django request',
long_description=read('README.md'),
setup_requires=['pytest-runner'],
install_requires=install_requires,
Expand Down

0 comments on commit b9c17bb

Please sign in to comment.