summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2008-11-17 07:45:40 +0000
committerBob Ippolito <bob@redivi.com>2008-11-17 07:45:40 +0000
commit0135b054bfac8e2a5826dbe23767daf3f5ea74c9 (patch)
tree9d86fb4f274ff9b3f57f35dcea07b332aa087b71 /setup.py
parent45f98d825c49d7a1eba6f23dc51895fdb1bfb8e1 (diff)
downloadsimplejson-0135b054bfac8e2a5826dbe23767daf3f5ea74c9.tar.gz
add test coverage for check_circular and fix a Py_DECREF(NULL) but when check_circular=False
git-svn-id: http://simplejson.googlecode.com/svn/trunk@152 a4795897-2c25-0410-b006-0d3caba88fa1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 13131b5..fb8278b 100644
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ from distutils.command.build_ext import build_ext
from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
-VERSION = '2.0.4'
+VERSION = '2.0.5'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible