From 417f540be9c8314be40bd854dab14e7e1b2a163a Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sun, 16 Sep 2018 14:31:55 -0400 Subject: [PATCH] setup: Fix minor typo in version number I'm not sure whether this matters, but setup.py warns about it. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9127c6a6..36f57b25 100644 --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ MacOS users should run: kwargs = {} -version = "5.1.1 " +version = "5.1.1" with open('README.rst') as f: kwargs['long_description'] = f.read()