summaryrefslogtreecommitdiff
path: root/simplejson/__init__.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-05-22 09:27:19 -0700
committerBob Ippolito <bob@redivi.com>2015-05-22 09:27:19 -0700
commitc2190efda0e6fdd6783a56a6aeab818b072350a1 (patch)
treef22f43f9f2bf9fe2085a955f2728a146e7618e43 /simplejson/__init__.py
parent71c3672396b32b62f35c53668182720f8f3d5ecc (diff)
downloadsimplejson-c2190efda0e6fdd6783a56a6aeab818b072350a1.tar.gz
attempt to work around an issue with reloading the Decimal modulev3.7.2
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 647b5aa..5be65e7 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.1'
+__version__ = '3.7.2'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',