Bump package version

master
Dustin C. Hatch 2012-10-16 20:06:22 -05:00
parent 6154f8b6f8
commit dce7af7e8d
2 changed files with 3 additions and 3 deletions

View File

@ -48,9 +48,9 @@ copyright = u'2011, Dustin C. Hatch'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.1.1' version = '0.1.2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = '0.1.1' release = version
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -15,7 +15,7 @@ if sys.version_info < (2, 7):
setup( setup(
name='Milla', name='Milla',
version='0.1.1', version='0.1.2',
description='Lightweight WSGI framework for web applications', description='Lightweight WSGI framework for web applications',
author='Dustin C. Hatch', author='Dustin C. Hatch',
author_email='admiralnemo@gmail.com', author_email='admiralnemo@gmail.com',