From f8ef1ee7dc815cee983edbaf96c289c071dbbf1d Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 30 May 2011 21:32:59 -0500 Subject: [PATCH] Bump package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4468f3d..08ad4ac 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ except ImportError: setup( name='Milla', - version='0.1.0', + version='0.1.1', description='Lightweight WSGI framework for web applications', author='Dustin C. Hatch', author_email='admiralnemo@gmail.com',