summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-24 09:18:20 -0800
committerBob Ippolito <bob@redivi.com>2017-11-24 09:18:20 -0800
commit42ec87d0a3c14b8d4536900868e6a95d96431672 (patch)
treefe1fd4cd4168088d9fc581f8d60197858769b860 /simplejson
parent518401fc950fb76848f9a170e3cfb35b5dfcfbff (diff)
downloadsimplejson-42ec87d0a3c14b8d4536900868e6a95d96431672.tar.gz
v3.13.1v3.13.1
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 8a67437..54a115a 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.0'
+__version__ = '3.13.1'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',