From 39f9de2e55c7777c54a1f1ac678a1493c1d805d8 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 11 Jul 2021 17:25:26 -0700 Subject: [PATCH] strip whitespace from version string --- meanas/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meanas/VERSION.py b/meanas/VERSION.py index 9de6fb9..7261d61 100644 --- a/meanas/VERSION.py +++ b/meanas/VERSION.py @@ -1,4 +1,4 @@ """ VERSION defintion. THIS FILE IS MANUALLY PARSED BY setup.py and REQUIRES A SPECIFIC FORMAT """ __version__ = ''' 0.7 -''' +'''.strip()