summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2009-12-27 22:55:23 +0000
committerBob Ippolito <bob@redivi.com>2009-12-27 22:55:23 +0000
commit2253882e3415df74b0d944e2478ff9c121c2c3a6 (patch)
treed3b66b0bf25701c0d4dce4f67281159f3108ebea /setup.py
parentbe27d6a3df096b90668a9d3c7c0370ee27fb6ab3 (diff)
downloadsimplejson-2253882e3415df74b0d944e2478ff9c121c2c3a6.tar.gz
version bump to rc2
git-svn-id: http://simplejson.googlecode.com/svn/trunk@216 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 aea916a..8ddda67 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.0rc1'
+VERSION = '2.1.0rc2'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible