summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2011-09-04 01:41:37 -0700
committerBob Ippolito <bob@redivi.com>2011-09-04 01:41:37 -0700
commit5cc3960c70494c1651f4e0e18d5549d18f3f67e0 (patch)
treed5f94737b113509f03b0e359edc4c89fd3938314 /setup.py
parent50631cf809830d4c398cee58159643913cd89411 (diff)
downloadsimplejson-5cc3960c70494c1651f4e0e18d5549d18f3f67e0.tar.gz
2.2.0 - namedtuple_as_object and tuple_as_array options, use_decimal now True on encodingnamedtuple-object-gh6
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 b44fd7b..b6d81b5 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '2.1.7'
+VERSION = '2.2.0'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
LONG_DESCRIPTION = open('README.rst', 'r').read()