diff options
| author | David Cramer | 2012-01-03 14:07:49 -0800 |
|---|---|---|
| committer | David Cramer | 2012-01-03 14:07:49 -0800 |
| commit | dc813e476f7c32d1ca856921671a2a38ebf8ddf2 (patch) | |
| tree | 0b42139376725a3c0ae5f3536ae06c3aa459e9ee | |
| parent | c9147364e40fd01d5fafcbdeb1c9563d2b5a4361 (diff) | |
| download | django-debug-toolbar-0.9.0.tar.bz2 | |
Version to 0.9.0v0.9.0
| -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-dev', + version='0.9.0', 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 |
