Begin 1.0 development

master
Dustin 2016-07-10 19:31:41 -05:00
parent 95caf1020b
commit 4090df1286
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ copyright = u'2011-2015 Dustin C. Hatch'
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '0.2' version = '1.0'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version

View File

@ -15,7 +15,7 @@ if sys.version_info < (2, 7):
setup( setup(
name='Milla', name='Milla',
version='0.3', version='1.0',
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