summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2013-05-07 16:38:34 -0700
committerBob Ippolito <bob@redivi.com>2013-05-07 23:02:33 -0700
commit35816bfe2d0ddeb5ddcc68239683cbb35b7e3ff2 (patch)
treefb0698c12a52678392b8ad1a0393f5186138899a /setup.py
parentfc7b04d6bb1bfc0ffdddbd7d53ffd56f4142ea34 (diff)
downloadsimplejson-35816bfe2d0ddeb5ddcc68239683cbb35b7e3ff2.tar.gz
pass-through in decoder for lone surrogates #62v3.3.0surrogate-62baserock/morph
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 7527632..0cb9e6a 100644
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.2.0'
+VERSION = '3.3.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: