diff options
author | Bob Ippolito <bob@redivi.com> | 2011-09-04 01:41:37 -0700 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2011-09-04 01:41:37 -0700 |
commit | 5cc3960c70494c1651f4e0e18d5549d18f3f67e0 (patch) | |
tree | d5f94737b113509f03b0e359edc4c89fd3938314 /setup.py | |
parent | 50631cf809830d4c398cee58159643913cd89411 (diff) | |
download | simplejson-5cc3960c70494c1651f4e0e18d5549d18f3f67e0.tar.gz |
2.2.0 - namedtuple_as_object and tuple_as_array options, use_decimal now True on encodingnamedtuple-object-gh6
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError IS_PYPY = hasattr(sys, 'pypy_translation_info') -VERSION = '2.1.7' +VERSION = '2.2.0' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() |