Skip to content

Commit 1264b23

Browse files
committed
Version bump to 0.9.2
1 parent da2b5af commit 1264b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-debug-toolbar',
5-
version='0.9.1',
5+
version='0.9.2',
66
description='A configurable set of panels that display various debug information about the current request/response.',
77
long_description=open('README.rst').read(),
88
# Get more strings from http://www.python.org/pypi?:action=list_classifiers
@@ -18,7 +18,7 @@
1818
],
1919
test_suite='runtests.runtests',
2020
include_package_data=True,
21-
zip_safe=False, # because we're including media that Django needs
21+
zip_safe=False, # because we're including media that Django needs
2222
classifiers=[
2323
'Development Status :: 4 - Beta',
2424
'Environment :: Web Environment',

0 commit comments

Comments
 (0)