summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-11-15 22:52:19 -0800
committerBob Ippolito <bob@redivi.com>2021-11-15 22:52:19 -0800
commit06267cfd1f60f60e33fb13f7b863d207894505f4 (patch)
tree8378811a8d64db60b9a25c9f01c3c5167fe28fe6 /simplejson
parent695d0741cefa3f68159476d8ab93da3851e559c2 (diff)
downloadsimplejson-06267cfd1f60f60e33fb13f7b863d207894505f4.tar.gz
v3.17.6v3.17.6
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 c41029e..20327ea 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.5'
+__version__ = '3.17.6'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',