summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2020-07-16 10:53:17 -0700
committerBob Ippolito <bob@redivi.com>2020-07-16 10:53:17 -0700
commitc51668542b406c5aadb052a1513245307cc8b014 (patch)
treee728be436b39b7d81c2cc3c39e4c64cd68f09dde /simplejson
parentb84486a2ada6c20f7752d40e7a699e6814460b20 (diff)
downloadsimplejson-c51668542b406c5aadb052a1513245307cc8b014.tar.gz
v3.17.2v3.17.2
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 dc8858c..2e3b838 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.1'
+__version__ = '3.17.2'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',