From cc3dac487caab1d2a6fc988b470489dd700a6616 Mon Sep 17 00:00:00 2001 From: Andrew Velis Date: Tue, 12 Jul 2016 15:26:02 -0500 Subject: [PATCH] Upgrades package to minor version The new feature plus various fixes might result in some backwards incompatible behavior. Therefore I have bumped the version of the library by a minor release vs maintenance. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c3fa624..468001cb 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def read_md(f): return open(f, 'r').read() setup( name='django-silk', - version='0.5.7', + version='0.6.0', packages=['silk'], include_package_data=True, license='MIT License',