From 24c8ef4224abb70f8f3406564927f036c156bfe0 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 27 Oct 2013 21:27:26 +0100 Subject: Bump version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e924d5b..9e9af5e 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='django-debug-toolbar', - version='0.10.0', + version='0.10.1', description='A configurable set of panels that display various debug ' 'information about the current request/response.', long_description=open('README.rst').read(), -- cgit v1.2.3