summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2008-11-25 11:13:50 +0000
committerBob Ippolito <bob@redivi.com>2008-11-25 11:13:50 +0000
commit38181bfb261c06e69aecff5153ddbbe37f4953ea (patch)
treead3f2ba90c01b79fe98229cf804710ab724cc4c7 /setup.py
parent0135b054bfac8e2a5826dbe23767daf3f5ea74c9 (diff)
downloadsimplejson-38181bfb261c06e69aecff5153ddbbe37f4953ea.tar.gz
version bump, remove python 2.3 compatibility claim
git-svn-id: http://simplejson.googlecode.com/svn/trunk@154 a4795897-2c25-0410-b006-0d3caba88fa1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index fb8278b..23b5e61 100644
--- a/setup.py
+++ b/setup.py
@@ -18,11 +18,11 @@ from distutils.command.build_ext import build_ext
from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
-VERSION = '2.0.5'
+VERSION = '2.0.6'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible
-JSON <http://json.org> encoder and decoder for Python 2.3+. It is
+JSON <http://json.org> encoder and decoder for Python 2.4+. It is
pure Python code with no dependencies, but includes an optional C
extension for a serious speed boost.