From bcb40ce1024e99428d023e4bb1f69ea0f02edf1f Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 11 Jul 2021 17:21:23 -0700 Subject: [PATCH] Strip whitespace from version string --- lethe/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lethe/VERSION.py b/lethe/VERSION.py index 511362f..6dec00f 100644 --- a/lethe/VERSION.py +++ b/lethe/VERSION.py @@ -1,4 +1,4 @@ """ VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """ __version__ = ''' 0.11 -''' +'''.strip()