# HG changeset patch
# User Bob Ippolito <bob@redivi.com>
# Date 1268287357 0
#      Thu Mar 11 06:02:37 2010 +0000
# Node ID e851142d12c18140c8a5252b92573aca1dbee373
# Parent  0848e949c310dd91a768f57be3e89e88a377a59a
fix version to 2.1.0

git-svn-id: http://simplejson.googlecode.com/svn/trunk@224 a4795897-2c25-0410-b006-0d3caba88fa1

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
 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