From a2d8f6f098df9a26283fe5596beee11fe69e8ea3 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 22 Jan 2013 13:02:17 -0600 Subject: [PATCH] Version bump --- setup.cfg | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e69de29..3c2fdf5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -0,0 +1,2 @@ +[egg_info] +tag_build = dev diff --git a/setup.py b/setup.py index 42b12c4..d6d9640 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ if sys.version_info < (2, 7): setup( name='Milla', - version='0.2', + version='0.2.1', description='Lightweight WSGI framework for web applications', long_description='''\ Milla is a simple WSGI framework for Python web applications. It is mostly