summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-06-18 07:14:14 -0700
committerBob Ippolito <bob@redivi.com>2017-06-18 07:14:14 -0700
commit52550b07f2e39d53d55ec13aedc5421959168ecd (patch)
treebfa4741041935b496ae8676f5f71020ed0b9c298 /simplejson
parentb166c2b593d32b3d5a0866554aded44bf21f6297 (diff)
downloadsimplejson-52550b07f2e39d53d55ec13aedc5421959168ecd.tar.gz
v3.11.0v3.11.0
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 d4876cd..8ba7b7a 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.10.0'
+__version__ = '3.11.0'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',