strip whitespace from version string

master
Jan Petykiewicz 3 years ago
parent 6d861d8a9c
commit 81e34520aa

@ -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()

Loading…
Cancel
Save