Bump to version 0.2.2

master
Dustin C. Hatch 2015-02-21 10:31:27 -06:00
parent 4ffb3f3707
commit f2602388e3
1 changed files with 1 additions and 1 deletions

View File

@ -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