1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

formatting

This commit is contained in:
Kelly Brazil
2021-03-29 09:43:19 -07:00
parent 1c16d25b17
commit ea71a42bbd

View File

@ -329,12 +329,10 @@ def helptext():
def versiontext():
"""Return the version text"""
versiontext_string = f'''
jc version {info.version}
© 2019-2021 Kelly Brazil
'''
return textwrap.dedent(versiontext_string)