summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-06-19 11:19:49 -0700
committerBob Ippolito <bob@redivi.com>2017-06-19 11:19:49 -0700
commitfe3ab46207309c703ef011945ac08bbbeb4cc72c (patch)
tree6915553e61cc830bf51c930fc92be1c63cc58948 /simplejson
parent59e9bbf023cff1684786d7fb0ae3d0501f96ecb6 (diff)
downloadsimplejson-fe3ab46207309c703ef011945ac08bbbeb4cc72c.tar.gz
v3.11.1fix-173
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 8ba7b7a..bd144ff 100644
--- a/simplejson/__init__.py
+++ b/simplejson/__init__.py
@@ -97,7 +97,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.11.0'
+__version__ = '3.11.1'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',