snarled/snarl/VERSION.py

5 lines
133 B
Python
Raw Normal View History

2022-03-27 23:50:21 -07:00
""" VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """
__version__ = '''
0.1
'''.strip()