snarled/snarled/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__ = '''
2022-04-05 18:28:21 -07:00
0.4
2022-03-27 23:50:21 -07:00
'''.strip()