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