summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-08-23 21:15:14 -0700
committerBob Ippolito <bob@redivi.com>2021-08-23 21:15:14 -0700
commit39a269f8ac829a0e8cb7ee5ff3597227e334b4d0 (patch)
tree3e3469eedf611456b8c1a4e57ced45a53314a0fa /simplejson
parente70f4b05c8b661c0930eb2ea3a079ea3dcbaae87 (diff)
downloadsimplejson-39a269f8ac829a0e8cb7ee5ff3597227e334b4d0.tar.gz
Update version to 3.17.5
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 aecbbaa..c41029e 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.4'
+__version__ = '3.17.5'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',