remove newlines from version string

This commit is contained in:
jan 2021-03-26 08:24:37 -07:00
parent fbe5cee7f5
commit 329a86c94f

View File

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