Skip to content

Commit 45b266a

Browse files
committed
Bumping to version 0.10.0. Huge thanks to Carl Meyer for adding Python 3 support.
1 parent 89799b8 commit 45b266a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
url = "http://github.com/sebleier/django-redis-cache/",
66
author = "Sean Bleier",
77
author_email = "[email protected]",
8-
version = "0.9.7",
8+
version = "0.10.0",
99
packages = ["redis_cache"],
1010
description = "Redis Cache Backend for Django",
1111
install_requires=['redis>=2.4.5',],

0 commit comments

Comments
 (0)