diff options
author | Bob Ippolito <bob@redivi.com> | 2010-11-05 02:38:44 +0000 |
---|---|---|
committer | Bob Ippolito <bob@redivi.com> | 2010-11-05 02:38:44 +0000 |
commit | 887d575bef8aea50d81d51c7c9c9eb9d1b98403e (patch) | |
tree | 4568af13cd61c5b9fe91db76997e395bd471c4a8 /setup.py | |
parent | 572b447fd0337271593156b112607dd6ded9932b (diff) | |
download | simplejson-887d575bef8aea50d81d51c7c9c9eb9d1b98403e.tar.gz |
change version number to 2.1.3
git-svn-id: http://simplejson.googlecode.com/svn/trunk@239 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.2' +VERSION = '2.1.3' DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python" LONG_DESCRIPTION = """ simplejson is a simple, fast, complete, correct and extensible |