From 104b40fcf6aa39d9ba7b240c3c528d1f85e86ef2 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Thu, 21 Feb 2013 14:19:08 -0800 Subject: improve truncated input error messages, use JSONDecodeError instead of StopIteration (#61) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 59579b8..1ef4f8a 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.0.9' +VERSION = '3.1.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: -- cgit v1.2.1