summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2017-11-23 12:37:30 -0800
committerBob Ippolito <bob@redivi.com>2017-11-23 12:37:30 -0800
commit61fae0c2dac6a0769a0b6e49320e613e498adc11 (patch)
tree751a7795fa6f453d42bb1fc13e4e58e03925db99 /simplejson
parent029bc2bf1a12146082a9c453d5965be0b7266dc6 (diff)
downloadsimplejson-61fae0c2dac6a0769a0b6e49320e613e498adc11.tar.gz
v3.12.1v3.12.1
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 2f14262..3741f1f 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.12.0'
+__version__ = '3.12.1'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',