diff options
author | Bob Ippolito <bob@redivi.com> | 2013-05-07 16:38:34 -0700 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2013-05-07 23:02:33 -0700 |
commit | 35816bfe2d0ddeb5ddcc68239683cbb35b7e3ff2 (patch) | |
tree | fb0698c12a52678392b8ad1a0393f5186138899a /setup.py | |
parent | fc7b04d6bb1bfc0ffdddbd7d53ffd56f4142ea34 (diff) | |
download | simplejson-35816bfe2d0ddeb5ddcc68239683cbb35b7e3ff2.tar.gz |
pass-through in decoder for lone surrogates #62v3.3.0surrogate-62baserock/morph
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '3.2.0' +VERSION = '3.3.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" with open('README.rst', 'r') as f: |