summaryrefslogtreecommitdiff
path: root/simplejson/__init__.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-10-21 14:55:33 +0700
committerBob Ippolito <bob@redivi.com>2016-10-21 14:55:33 +0700
commit84b90d3ecf11397d87b6175e30eb5cb884cef8df (patch)
tree49f222de4ce4861ee94130a0fd12926b8768c243 /simplejson/__init__.py
parentd78256146d2831e3a7080b7212d7edb90bc2d611 (diff)
downloadsimplejson-84b90d3ecf11397d87b6175e30eb5cb884cef8df.tar.gz
Bump version to 3.9.0
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 b7fe828..84acfa4 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.8.2'
+__version__ = '3.9.0'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',