diff options
| author | David Cramer | 2012-01-03 15:05:20 -0800 | 
|---|---|---|
| committer | David Cramer | 2012-01-03 15:05:20 -0800 | 
| commit | 0314abb739ffec7c86f1bc3745a4f4218c6e13c2 (patch) | |
| tree | 66542de99b4ec81a6ca8baf7377ac694cbacdb68 | |
| parent | 7d353aade9eb93b1f84e08bc7717e9ad1b928d38 (diff) | |
| download | django-debug-toolbar-0314abb739ffec7c86f1bc3745a4f4218c6e13c2.tar.bz2 | |
Bump to version 0.9.1 as I fail at Gitv0.9.1
| -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.0', +    version='0.9.1',      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 | 
