From 477329ce5b8f5c2a8e4384ba3f59289fc18c957d Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 20 Apr 2022 08:26:26 -0400 Subject: [PATCH] add linefeed to version text --- jc/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/jc/cli.py b/jc/cli.py index ecd069f5..e4fbf208 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -256,6 +256,7 @@ def versiontext(): jc version: {info.version} python interpreter version: {py_ver} python path: {sys.executable} + {info.website} {info.copyright}''' return textwrap.dedent(versiontext_string)