Add VERSION.py @ v0.1

This commit is contained in:
Jan Petykiewicz 2021-11-11 23:55:39 -08:00
parent 0552a0a75f
commit 8ec2697ea9

4
g85/VERSION.py Normal file
View File

@ -0,0 +1,4 @@
""" VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """
__version__ = '''
0.1
'''.strip()