summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2014-08-09 19:59:28 -0700
committerBob Ippolito <bob@redivi.com>2014-08-09 20:04:48 -0700
commit1ddfc5ace82f4fbda2a6a85c62a063ae45c94576 (patch)
tree972084de072771436da7036f99178f2dd9b8886e /simplejson
parent39636bbe3f19a66d2b8ff5dfbe126f20af12e73a (diff)
downloadsimplejson-1ddfc5ace82f4fbda2a6a85c62a063ae45c94576.tar.gz
update documentation per #102docs-102
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 0a92914..f1d9f6c 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.6.0'
+__version__ = '3.6.1'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',