Commit 5741bd01 authored by Sean Bleier's avatar Sean Bleier

Bumped version

parent 5f6f3836
...@@ -2,10 +2,10 @@ from distutils.core import setup ...@@ -2,10 +2,10 @@ from distutils.core import setup
setup( setup(
name = "django-redis-cache", name = "django-redis-cache",
url = "http://github.com/blackbrrr/django-redis-cache/", url = "http://github.com/sebleier/django-redis-cache/",
author = "Matt Dennewitz", author = "Sean Bleier",
author_email = "mattdennewitz@gmail.com", author_email = "sebleier@gmail.com",
version = "0.2a10", version = "0.2a11",
packages = ["redis_cache"], packages = ["redis_cache"],
description = "Redis Cache Backend for Django", description = "Redis Cache Backend for Django",
classifiers = [ classifiers = [
...@@ -17,4 +17,3 @@ setup( ...@@ -17,4 +17,3 @@ setup(
"Framework :: Django", "Framework :: Django",
], ],
) )
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