From 98ea6579c80fc7754eef433e3d6a0f232b8be75a Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Tue, 6 Jul 2010 19:10:08 +0200 Subject: [PATCH] Preparing for a 0.5.1 bugfix release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dd3561da..6e7005bf 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def run_tests(): setup( name='Flask', - version='0.5', + version='0.5.1', url='http://github.com/mitsuhiko/flask/', license='BSD', author='Armin Ronacher',