From 45a295fcb5db17e8deeaee6af0a4063ea55a432c Mon Sep 17 00:00:00 2001 From: Rinat Khabibiev Date: Mon, 19 Jun 2017 13:45:32 +0300 Subject: [PATCH] new version: 0.2.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bf9190c..c24795e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='django-cache', - version='0.2.4', + version='0.2.5', author='Rinat Khabibiev', author_email='srenskiy@gmail.com', py_modules=['djangocache'],