From f2602388e30226629b80429a5694432aaad457be Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 21 Feb 2015 10:31:27 -0600 Subject: [PATCH] Bump to version 0.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6d9640..24b9375 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ if sys.version_info < (2, 7): setup( name='Milla', - version='0.2.1', + version='0.2.2', description='Lightweight WSGI framework for web applications', long_description='''\ Milla is a simple WSGI framework for Python web applications. It is mostly