strip whitespace from version string

master
Jan Petykiewicz 3 years ago
parent fcca9e3ae5
commit 39f9de2e55

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

Loading…
Cancel
Save