From e86b159f28b167f9783bae904e4546655fd9c4df Mon Sep 17 00:00:00 2001 From: Omar Bohsali Date: Tue, 20 Oct 2015 10:29:33 -0700 Subject: [PATCH] v0.2 with python 3 fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ca8b5e..bfccf0b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name = 'django-cprofile-middleware', packages = ['django_cprofile_middleware'], license = 'MIT', - version = '0.1', + version = '0.2', description = 'Easily add cProfile profiling to django views.', author = 'Omar Bohsali', author_email = 'omar.bohsali@gmail.com',