diff options
| author | Aymeric Augustin | 2013-11-08 11:17:04 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-11-08 11:30:22 +0100 | 
| commit | ead875222b516fae88cd11d9cdec1f228736d665 (patch) | |
| tree | b9588c5f4063414908be4750a46be95641a24d16 /setup.py | |
| parent | 6e90533f491ba2a67e301b88c5913aa8b86d0f78 (diff) | |
| download | django-debug-toolbar-ead875222b516fae88cd11d9cdec1f228736d665.tar.bz2 | |
Bump version number.
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.10.2', +    version='0.11.0',      description='A configurable set of panels that display various debug '                  'information about the current request/response.',      long_description=open('README.rst').read(), | 
