summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2010-03-11 06:02:37 +0000
committerBob Ippolito <bob@redivi.com>2010-03-11 06:02:37 +0000
commit87f444360164b3691cc1459486fa591b0d19ad42 (patch)
tree6733e620ac3297398dcbc7ac01758e11d4aa08e3
parentc53110ca9ed727a5d15574a81dded545f646901b (diff)
downloadsimplejson-87f444360164b3691cc1459486fa591b0d19ad42.tar.gz
fix version to 2.1.0
git-svn-id: http://simplejson.googlecode.com/svn/trunk@224 a4795897-2c25-0410-b006-0d3caba88fa1
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3c74c5b..54dd9d7 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.0rc3'
+VERSION = '2.1.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible