summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2019-11-17 22:16:37 -0800
committerBob Ippolito <bob@redivi.com>2019-11-17 22:16:37 -0800
commit6cbbd1859f7ff219c19f68d3063842cdd6db1885 (patch)
tree5b6887219e68442c78b1c4c391aa800b6d0742c0 /simplejson
parent07a67957ddb2d55e6d8994474c0e18c9c7d967a7 (diff)
downloadsimplejson-6cbbd1859f7ff219c19f68d3063842cdd6db1885.tar.gz
Set version back to v3.17.0v3.17.0
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 035b45e..7b5687c 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.18.0'
+__version__ = '3.17.0'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',