1

2

3

4

# -*- coding: utf-8 -*-

"""Django page CMS module."""

VERSION = (1, 1, 0)

__version__ = '.'.join(map(str, VERSION))