summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-08-20 08:22:48 -0700
committerGitHub <noreply@github.com>2021-08-20 08:22:48 -0700
commit2b75ded9dbaf6768c0d74e887ea84b8e9124aa86 (patch)
tree50c398c73d1f9e0915edd5ebc75f3ffd5f5826c9 /simplejson
parentc901c8cbb5fc67e069011f11fe954908e781470b (diff)
parent5a40364f951f85ed73d6aaf881f8ee9521a56f07 (diff)
downloadsimplejson-2b75ded9dbaf6768c0d74e887ea84b8e9124aa86.tar.gz
Merge branch 'master' into fix_is_namedtuple_dict_fu
Diffstat (limited to 'simplejson')
-rw-r--r--simplejson/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/__init__.py b/simplejson/__init__.py
index 9e918ff..aecbbaa 100644
--- a/simplejson/__init__.py
+++ b/simplejson/__init__.py
@@ -118,7 +118,7 @@ Serializing multiple objects to JSON lines (newline-delimited JSON)::
"""
from __future__ import absolute_import
-__version__ = '3.17.3'
+__version__ = '3.17.4'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',