summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2009-12-27 19:42:48 +0000
committerBob Ippolito <bob@redivi.com>2009-12-27 19:42:48 +0000
commit6017358b33a0592f35082a639b94e53ebdafd0a7 (patch)
tree3b084c5d2b90d9ae10ad7dde94a664ef401e499a /setup.py
parenta73172930ad3b22927d816dc14675eaae72e0501 (diff)
downloadsimplejson-6017358b33a0592f35082a639b94e53ebdafd0a7.tar.gz
tag as 2.1.0rc1
git-svn-id: http://simplejson.googlecode.com/svn/trunk@209 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 54dd9d7..aea916a 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.0'
+VERSION = '2.1.0rc1'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible