strip whitespace from version string
This commit is contained in:
parent
8cca6f3236
commit
6f9334bc94
1 changed files with 1 additions and 1 deletions
|
|
@ -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.5
|
0.5
|
||||||
'''
|
'''.strip()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue