Skip to content
version.py 309 B
Newer Older
#!/usr/bin/env python
# -*- coding: UTF-8 -*-

__branch__ = ""
__commit__ = ""
__commitshort__ = ""
__commiturl__ = ""
__treeurl__ = ""
__date__ = ""
__version__ = "dev"
__author_name__ = "Marco De Donno"
__author_email__ = "Marco.DeDonno@unil.ch"
__author__ = __author_name__ + " <" + __author_email__ + ">"