diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-09-17 11:25:56 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-09-17 11:40:03 -0700 |
commit | 15e31431af97e5e64b80af0a3f598d382bcdd49a (patch) | |
tree | 8e4fbf54f1cbe704f93cec39bdf17b067599249d /six.py | |
parent | a55f1f727d8ae0387ed3fd5341ce141458038753 (diff) | |
download | six-git-15e31431af97e5e64b80af0a3f598d382bcdd49a.tar.gz |
six 1.11.01.11.0
Diffstat (limited to 'six.py')
-rw-r--r-- | six.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ import sys import types __author__ = "Benjamin Peterson <benjamin@python.org>" -__version__ = "1.10.0" +__version__ = "1.11.0" # Useful for very coarse version differentiation. |