From b50ca751fbf975f9193ef47ef9efe99bebfc4a27 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 19 Nov 2012 17:02:34 -0600 Subject: [PATCH] Change version in setup.py to 'tip' to allow projects to require Milla==tip --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a79b491..9497f7f 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ if sys.version_info < (2, 7): setup( name='Milla', - version='0.1.2', + version='tip', description='Lightweight WSGI framework for web applications', long_description='''\ Milla is a simple WSGI framework for Python web applications. It is mostly