aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAymeric Augustin2013-12-08 22:44:14 +0100
committerAymeric Augustin2013-12-21 10:26:46 +0100
commit2d286ab1369a121fd7500675413779eaa12805ba (patch)
treeedeca4da0e86fcd9d77f409c42cf8695f6b0ea90 /setup.py
parent17fe950479989e1a56a62a7f284196c202e44a84 (diff)
downloaddjango-debug-toolbar-2d286ab1369a121fd7500675413779eaa12805ba.tar.bz2
Bump version numbers for 1.0 alpha.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a9516d0..5d72b89 100644
--- a/setup.py
+++ b/setup.py
@@ -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(),