summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2019-11-17 22:03:12 -0800
committerBob Ippolito <bob@redivi.com>2019-11-17 22:03:12 -0800
commit07a67957ddb2d55e6d8994474c0e18c9c7d967a7 (patch)
tree8d44c980b5ba8a8e31f571ad6b4b2d59eb2be42d /simplejson
parentea425570fa750f5492bcf6560b3ce6bbda3cd264 (diff)
downloadsimplejson-07a67957ddb2d55e6d8994474c0e18c9c7d967a7.tar.gz
Bump version to v3.18.0 to work around build issues
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 7b5687c..035b45e 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.0'
+__version__ = '3.18.0'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',