diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-03-13 22:07:05 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-03-13 22:07:05 -0500 |
commit | ab9c743f5a2cb31efce2a701e46f35f7c1cf03b9 (patch) | |
tree | dcd27df75f2d4b47e4ab2aded529b77ace528431 /six.py | |
parent | b2d315c49f08af7c917501c8a8a18108e604f4dd (diff) | |
download | six-git-1.6.0.tar.gz |
bump version to 1.6.01.6.0
Diffstat (limited to 'six.py')
-rw-r--r-- | six.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ import sys import types __author__ = "Benjamin Peterson <benjamin@python.org>" -__version__ = "1.5.2" +__version__ = "1.6.0" # Useful for very coarse version differentiation. |