Bump setup.py version

master
Dustin C. Hatch 2013-01-20 14:45:55 -06:00
parent 9da12232d4
commit fc42519f0d
2 changed files with 3 additions and 1 deletions

2
setup.cfg Normal file
View File

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

View File

@ -15,7 +15,7 @@ if sys.version_info < (2, 7):
setup( setup(
name='Milla', name='Milla',
version='py3k', version='0.2',
description='Lightweight WSGI framework for web applications', description='Lightweight WSGI framework for web applications',
long_description='''\ long_description='''\
Milla is a simple WSGI framework for Python web applications. It is mostly Milla is a simple WSGI framework for Python web applications. It is mostly