Bump package version
parent
6154f8b6f8
commit
dce7af7e8d
|
@ -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.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue