bump release to 1.1.0

This commit is contained in:
Benjamin Dauvergne 2014-07-15 16:13:20 +02:00
parent b96ceaf71e
commit 510da1beb8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import os.path
import sys
__version__ = '1.0'
__version__ = '1.1.0'
apps_dir = os.path.join(os.path.dirname(__file__), 'apps')
if apps_dir not in sys.path: