Commit 02e5c420 authored by Sean Bleier's avatar Sean Bleier

Updated requirements and bumped to version 0.6.0

parent d41a02b7
...@@ -5,10 +5,10 @@ setup( ...@@ -5,10 +5,10 @@ setup(
url = "http://github.com/sebleier/django-redis-cache/", url = "http://github.com/sebleier/django-redis-cache/",
author = "Sean Bleier", author = "Sean Bleier",
author_email = "sebleier@gmail.com", author_email = "sebleier@gmail.com",
version = "0.5.1", version = "0.6.0",
packages = ["redis_cache"], packages = ["redis_cache"],
description = "Redis Cache Backend for Django", description = "Redis Cache Backend for Django",
install_requires=['redis>=2.4.0',], install_requires=['redis>=2.4.5',],
classifiers = [ classifiers = [
"Programming Language :: Python", "Programming Language :: Python",
"Operating System :: OS Independent", "Operating System :: OS Independent",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment