From 03427973a92ba41c26acab25b33318b21fb6523c Mon Sep 17 00:00:00 2001 From: Andrew Velis Date: Tue, 12 Jul 2016 14:26:12 -0500 Subject: [PATCH] Bumps version string to latest maintenance version 0.5.7 does not have an official pypi release. For the sake of moving forward this is here as a historical marker and nothing else. It commit should have been made a while back when the release tag was made. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41125551..08186479 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='django-silk', - version='0.5.6', + version='0.5.7', packages=['silk'], include_package_data=True, license='MIT License',