strip whitespace from version string

This commit is contained in:
Jan Petykiewicz 2021-07-11 17:23:36 -07:00
parent 6d861d8a9c
commit 81e34520aa

View File

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