diff --git a/doc/conf.py b/doc/conf.py index 8a23dc4..0d82f10 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -49,7 +49,7 @@ copyright = u'2011-2015 Dustin C. Hatch' # built documents. # # The short X.Y version. -version = '0.2' +version = '1.0' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index 2f5aab0..2ce40d0 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ if sys.version_info < (2, 7): setup( name='Milla', - version='0.3', + version='1.0', description='Lightweight WSGI framework for web applications', long_description='''\ Milla is a simple WSGI framework for Python web applications. It is mostly