summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2012-06-26 07:28:32 +0400
committerBob Ippolito <bob@redivi.com>2012-06-26 07:28:32 +0400
commit16b63cdb118138f8639b6f005d92f2136c815a1e (patch)
treeee35b9b4c4be7710778d56fe831510f4941565e4 /setup.py
parente1919939c141bb55c18c67cf576bdb3c2fc0ab18 (diff)
downloadsimplejson-16b63cdb118138f8639b6f005d92f2136c815a1e.tar.gz
Error messages changed to match proposal for Python 3.3.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 784e97b..2629044 100644
--- a/setup.py
+++ b/setup.py
@@ -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()