From 17e74867842ef8683aeeed9985220a5f1ba9dede Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 19 Nov 2012 22:34:44 -0600 Subject: [PATCH] Change version in setup.py to 'py3k' to allow projects to require Milla==py3k --HG-- branch : py3k --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a79b491..1c7cf2f 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='py3k', description='Lightweight WSGI framework for web applications', long_description='''\ Milla is a simple WSGI framework for Python web applications. It is mostly