summaryrefslogtreecommitdiff
path: root/six.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-06-29 12:23:20 -0700
committerBenjamin Peterson <benjamin@python.org>2014-06-29 12:23:20 -0700
commite48e5f59f2b052f0323730f9fc5f7e5e0bd87594 (patch)
treea47fab003649da49a1b8a4f9e6ec82adf2aae5c7 /six.py
parentd1387f97e3b1bfc312a4fd14818e4558ec295aea (diff)
downloadsix-git-e48e5f59f2b052f0323730f9fc5f7e5e0bd87594.tar.gz
six 1.7.31.7.3
Diffstat (limited to 'six.py')
-rw-r--r--six.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/six.py b/six.py
index 781b9af..f8f7d40 100644
--- a/six.py
+++ b/six.py
@@ -26,7 +26,7 @@ import sys
import types
__author__ = "Benjamin Peterson <benjamin@python.org>"
-__version__ = "1.7.2"
+__version__ = "1.7.3"
# Useful for very coarse version differentiation.