diff options
author | Bob Ippolito <bob@redivi.com> | 2012-06-26 07:28:32 +0400 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2012-06-26 07:28:32 +0400 |
commit | 16b63cdb118138f8639b6f005d92f2136c815a1e (patch) | |
tree | ee35b9b4c4be7710778d56fe831510f4941565e4 /setup.py | |
parent | e1919939c141bb55c18c67cf576bdb3c2fc0ab18 (diff) | |
download | simplejson-16b63cdb118138f8639b6f005d92f2136c815a1e.tar.gz |
Error messages changed to match proposal for Python 3.3.1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.5.2' +VERSION = '2.6.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() |