diff --git a/portail_citoyen2/__init__.py b/portail_citoyen2/__init__.py index 6753393..f77ecde 100644 --- a/portail_citoyen2/__init__.py +++ b/portail_citoyen2/__init__.py @@ -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: