forked from jan/mem_edit
4 lines
133 B
Python
4 lines
133 B
Python
""" VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """
|
|
__version__ = '''
|
|
0.6
|
|
'''.strip()
|