summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2022-11-14 11:14:01 -0800
committerBob Ippolito <bob@redivi.com>2022-11-14 11:14:01 -0800
commit2c2c99830cca68cf7e2b7b67ff85397a7b032828 (patch)
treec1517497375fe2075e2f31d197ca07fe8d4eaeaf /simplejson
parent3518a1876755517c3e320da8b451732076fd1f70 (diff)
downloadsimplejson-2c2c99830cca68cf7e2b7b67ff85397a7b032828.tar.gz
v3.18.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 c40d027..c79ad1b 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.7'
+__version__ = '3.18.0'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',