summaryrefslogtreecommitdiff
path: root/simplejson/__init__.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-05-18 19:13:41 -0700
committerBob Ippolito <bob@redivi.com>2015-05-18 19:13:41 -0700
commit71c3672396b32b62f35c53668182720f8f3d5ecc (patch)
tree23731c86821497c3efe2238f817290cce5606e79 /simplejson/__init__.py
parent2161a68dd029cbfef8b45107b875eb8212ba28ed (diff)
downloadsimplejson-71c3672396b32b62f35c53668182720f8f3d5ecc.tar.gz
bump version for #119v3.7.1
Diffstat (limited to 'simplejson/__init__.py')
-rw-r--r--simplejson/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/__init__.py b/simplejson/__init__.py
index 0ba6ab0..647b5aa 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.7.0'
+__version__ = '3.7.1'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',