Skip to content

Commit

Permalink
setup: Fix minor typo in version number
Browse files Browse the repository at this point in the history
I'm not sure whether this matters, but setup.py warns about it.
  • Loading branch information
bdarnell committed Sep 16, 2018
1 parent 197294c commit 417f540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def build_extension(self, ext):

kwargs = {}

version = "5.1.1 "
version = "5.1.1"

with open('README.rst') as f:
kwargs['long_description'] = f.read()
Expand Down

0 comments on commit 417f540

Please sign in to comment.