From 1264b23d9a3f8d6af4b0e505be555deb3147432a Mon Sep 17 00:00:00 2001 From: David Cramer Date: Thu, 12 Jan 2012 18:44:47 -0800 Subject: Version bump to 0.9.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 55f59c8..abf706b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='django-debug-toolbar', - version='0.9.1', + version='0.9.2', description='A configurable set of panels that display various debug information about the current request/response.', long_description=open('README.rst').read(), # Get more strings from http://www.python.org/pypi?:action=list_classifiers @@ -18,7 +18,7 @@ setup( ], test_suite='runtests.runtests', include_package_data=True, - zip_safe=False, # because we're including media that Django needs + zip_safe=False, # because we're including media that Django needs classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web Environment', -- cgit v1.2.3