summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2010-07-12 18:23:51 +0000
committerBob Ippolito <bob@redivi.com>2010-07-12 18:23:51 +0000
commitc90a0623978ac5eb6c10b5d49f4c05774c245092 (patch)
tree891cce71e8097c99f1526094563590a978768ec0 /setup.py
parentbfa06f188d9451a77c6e1ba2a9d72fd42a557ab1 (diff)
downloadsimplejson-c90a0623978ac5eb6c10b5d49f4c05774c245092.tar.gz
http://code.google.com/p/simplejson/issues/detail?id=81
git-svn-id: http://simplejson.googlecode.com/svn/trunk@232 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 04956f0..dcc56c5 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.1'
+VERSION = '2.1.2'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = """
simplejson is a simple, fast, complete, correct and extensible