From ca880dd8ec0f80999827a2f29a5f09ff66965485 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Mon, 30 Jan 2017 01:44:15 +0100 Subject: [PATCH] remove trailing whitespace in version.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 7fe0c78..adcac2a 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,6 @@ setuptools_scm_template = """\ from __future__ import unicode_literals version = '{version}' - """