summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2010-03-08 04:10:07 +0000
committerBob Ippolito <bob@redivi.com>2010-03-08 04:10:07 +0000
commit32b8a4d5cdb74466671df6006fa492004e6da408 (patch)
tree3b1b2e3130d0709895cd3f853fec103356d657d1 /setup.py
parent98f42b54dd17096215995f0848ab5c26c81c805d (diff)
downloadsimplejson-32b8a4d5cdb74466671df6006fa492004e6da408.tar.gz
http://code.google.com/p/simplejson/issues/detail?id=34
git-svn-id: http://simplejson.googlecode.com/svn/trunk@219 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 8ddda67..3c74c5b 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ from distutils.command.build_ext import build_ext
from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
-VERSION = '2.1.0rc2'
+VERSION = '2.1.0rc3'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible