From 6cbbd1859f7ff219c19f68d3063842cdd6db1885 Mon Sep 17 00:00:00 2001 From: Bob Ippolito Date: Sun, 17 Nov 2019 22:16:37 -0800 Subject: Set version back to v3.17.0 --- simplejson/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simplejson') 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', -- cgit v1.2.1