diff options
| author | Aymeric Augustin | 2013-12-08 22:44:14 +0100 | 
|---|---|---|
| committer | Aymeric Augustin | 2013-12-21 10:26:46 +0100 | 
| commit | 2d286ab1369a121fd7500675413779eaa12805ba (patch) | |
| tree | edeca4da0e86fcd9d77f409c42cf8695f6b0ea90 /setup.py | |
| parent | 17fe950479989e1a56a62a7f284196c202e44a84 (diff) | |
| download | django-debug-toolbar-2d286ab1369a121fd7500675413779eaa12805ba.tar.bz2 | |
Bump version numbers for 1.0 alpha.
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.11.0', +    version='1.0a',      description='A configurable set of panels that display various debug '                  'information about the current request/response.',      long_description=open('README.rst').read(), | 
