diff options
| author | David Cramer | 2012-01-17 01:43:16 -0800 | 
|---|---|---|
| committer | David Cramer | 2012-01-17 01:43:16 -0800 | 
| commit | 944bfd872a1ce5c3eb3b8fb20d08928b702102d9 (patch) | |
| tree | a39106444c38fb2e2c5b9c93bf16f520c0ba4bee /setup.py | |
| parent | 270a38d4a8cfe0a911f03d27287d867decbf4e84 (diff) | |
| download | django-debug-toolbar-944bfd872a1ce5c3eb3b8fb20d08928b702102d9.tar.bz2 | |
Actually update the media files this time (compressed toolbar.js to toolbar.min.js)0.9.4
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ from setuptools import setup, find_packages  setup(      name='django-debug-toolbar', -    version='0.9.3', +    version='0.9.4',      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 | 
