strip newlines from version string

This commit is contained in:
Jan Petykiewicz 2021-07-11 17:12:46 -07:00
parent 08ab2b41d5
commit 748bb497d1

View File

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