summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2012-02-27 12:24:29 -0800
committerBob Ippolito <bob@redivi.com>2012-02-27 12:24:29 -0800
commit9069fbfe3d856e4b66b42c9a354423812e5a593b (patch)
tree48f5f6df785954991ccd1b9eaaa1f468550ca8b9 /setup.py
parent51744f7fa9aed5b29eabfd5598a9272c76d4879d (diff)
downloadsimplejson-9069fbfe3d856e4b66b42c9a354423812e5a593b.tar.gz
bump to 2.3.3 and clean up indent codev2.3.3
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 80692b8..f53793d 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.2'
+VERSION = '2.3.3'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = open('README.rst', 'r').read()