From 748bb497d1c86b8a9174a75981e01105dd3b9648 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 11 Jul 2021 17:12:46 -0700 Subject: [PATCH] strip newlines from version string --- fatamorgana/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fatamorgana/VERSION.py b/fatamorgana/VERSION.py index 511362f..6dec00f 100644 --- a/fatamorgana/VERSION.py +++ b/fatamorgana/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()