setup: Fix minor typo in version number

I'm not sure whether this matters, but setup.py warns about it.
This commit is contained in:
Ben Darnell 2018-09-16 14:31:55 -04:00
parent 197294c6c2
commit 417f540be9
1 changed files with 1 additions and 1 deletions

View File

@ -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()