Change version in setup.py to 'tip' to allow projects to require Milla==tip

master
Dustin C. Hatch 2012-11-19 17:02:34 -06:00
parent 4c06340cea
commit b50ca751fb
1 changed files with 1 additions and 1 deletions

View File

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