masque/masque/VERSION.py
2021-03-26 10:34:30 -07:00

5 lines
133 B
Python

""" VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """
__version__ = '''
2.5
'''.strip()