9 lines
216 B
Python
9 lines
216 B
Python
from __future__ import unicode_literals
|
|
|
|
__title__ = 'Mayan EDMS'
|
|
__version__ = '1.1.0'
|
|
__build__ = 0x010100
|
|
__author__ = 'Roberto Rosario'
|
|
__license__ = 'Apache 2.0'
|
|
__copyright__ = 'Copyright 2011 Roberto Rosario'
|