summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2010-11-05 02:38:44 +0000
committerBob Ippolito <bob@redivi.com>2010-11-05 02:38:44 +0000
commit887d575bef8aea50d81d51c7c9c9eb9d1b98403e (patch)
tree4568af13cd61c5b9fe91db76997e395bd471c4a8 /setup.py
parent572b447fd0337271593156b112607dd6ded9932b (diff)
downloadsimplejson-887d575bef8aea50d81d51c7c9c9eb9d1b98403e.tar.gz
change version number to 2.1.3
git-svn-id: http://simplejson.googlecode.com/svn/trunk@239 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 dcc56c5..f4f2c27 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.2'
+VERSION = '2.1.3'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible