strip newlines from version string

lethe/LATEST
Jan Petykiewicz 3 years ago
parent 08ab2b41d5
commit 748bb497d1

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

Loading…
Cancel
Save