summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2011-12-30 07:32:35 -0800
committerBob Ippolito <bob@redivi.com>2011-12-30 07:32:35 -0800
commitf9f73115e42bcda4526cc89f145c873c7be2bef6 (patch)
tree31cea587e35e9f1b883bbd18c5ea97b66647c6ff /setup.py
parentd131445ddae87b810a2b186cb7b57c8fddb0444e (diff)
downloadsimplejson-f9f73115e42bcda4526cc89f145c873c7be2bef6.tar.gz
fix 2.3.1 regression and bump version to 2.3.2v2.3.2
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 fb52014..80692b8 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '2.3.1'
+VERSION = '2.3.2'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = open('README.rst', 'r').read()