Version bump

master
Dustin C. Hatch 2013-01-22 13:02:17 -06:00
parent 8e699969e2
commit a2d8f6f098
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
[egg_info]
tag_build = dev

View File

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