diff options
author | Bob Ippolito <bob@redivi.com> | 2012-05-10 13:05:48 -0700 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2012-05-10 13:05:48 -0700 |
commit | 607a4898322da4ff51f992690118ee6e5fa1be1d (patch) | |
tree | 1886ae3fcf0a9cbd2ccce50c788207f0531d7e4e /setup.py | |
parent | 293718a42e13bcfaae9c86bc9160c7515a6c199f (diff) | |
download | simplejson-607a4898322da4ff51f992690118ee6e5fa1be1d.tar.gz |
Support for use_decimal=True in sub-interpretersv2.5.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.0' +VERSION = '2.5.1' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = open('README.rst', 'r').read() |