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