diff options
author | Bob Ippolito <bob@redivi.com> | 2010-07-12 18:23:51 +0000 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2010-07-12 18:23:51 +0000 |
commit | c90a0623978ac5eb6c10b5d49f4c05774c245092 (patch) | |
tree | 891cce71e8097c99f1526094563590a978768ec0 /setup.py | |
parent | bfa06f188d9451a77c6e1ba2a9d72fd42a557ab1 (diff) | |
download | simplejson-c90a0623978ac5eb6c10b5d49f4c05774c245092.tar.gz |
http://code.google.com/p/simplejson/issues/detail?id=81
git-svn-id: http://simplejson.googlecode.com/svn/trunk@232 a4795897-2c25-0410-b006-0d3caba88fa1
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ from distutils.command.build_ext import build_ext from distutils.errors import CCompilerError, DistutilsExecError, \ DistutilsPlatformError -VERSION = '2.1.1' +VERSION = '2.1.2' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = """ simplejson is a simple, fast, complete, correct and extensible |