summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2008-12-30 19:00:33 +0000
committerBob Ippolito <bob@redivi.com>2008-12-30 19:00:33 +0000
commitaa95b2226ed8566a643378f0995ee626b8200368 (patch)
tree7400c0070e2746a6c80d7b7ab1716444bfd92656 /setup.py
parentab589fa80b65895376cfb942ef786eb6b036f14a (diff)
downloadsimplejson-aa95b2226ed8566a643378f0995ee626b8200368.tar.gz
version bump, fixes to docs re http://bugs.python.org/issue4783
git-svn-id: http://simplejson.googlecode.com/svn/trunk@157 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 ab8043f..61b34cb 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.6'
+VERSION = '2.0.7'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible