summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-24 09:44:12 -0800
committerBob Ippolito <bob@redivi.com>2017-11-24 09:44:12 -0800
commit3cf08530a1be05cbaa80b167fe7f335b13cbc869 (patch)
treef897b6bcc7a15b17e96cddbe0da3c7a2909ce8b2 /simplejson
parent21bb1ebff80400309952a9353698802b762a4984 (diff)
downloadsimplejson-3cf08530a1be05cbaa80b167fe7f335b13cbc869.tar.gz
v3.13.2v3.13.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 54a115a..adca453 100644
--- a/simplejson/__init__.py
+++ b/simplejson/__init__.py
@@ -98,7 +98,7 @@ Using simplejson.tool from the shell to validate and pretty-print::
Expecting property name: line 1 column 3 (char 2)
"""
from __future__ import absolute_import
-__version__ = '3.13.1'
+__version__ = '3.13.2'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',