summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2018-04-21 15:07:48 -0700
committerBob Ippolito <bob@redivi.com>2018-04-21 15:07:48 -0700
commit729945a655b2c351ad4c91293a494c066f3bb152 (patch)
treebe1db9f7dfe87920c30cd963015ab9fcd04e78ee /simplejson
parent967a3b33f6df1eb360cb41753f859c5ba309e09e (diff)
downloadsimplejson-729945a655b2c351ad4c91293a494c066f3bb152.tar.gz
v3.14.0v3.14.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 0d63911..dc35e15 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.3'
+__version__ = '3.14.0'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',