From: Ben Darnell Date: Sun, 16 Sep 2018 18:31:55 +0000 (-0400) Subject: setup: Fix minor typo in version number X-Git-Tag: v5.1.1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=417f540be9c8314be40bd854dab14e7e1b2a163a;p=thirdparty%2Ftornado.git setup: Fix minor typo in version number I'm not sure whether this matters, but setup.py warns about it. --- diff --git a/setup.py b/setup.py index 9127c6a69..36f57b257 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()