summaryrefslogtreecommitdiff
path: root/setup.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 /setup.py
parent71c3672396b32b62f35c53668182720f8f3d5ecc (diff)
downloadsimplejson-c2190efda0e6fdd6783a56a6aeab818b072350a1.tar.gz
attempt to work around an issue with reloading the Decimal modulev3.7.2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index faad45b..0fb6bab 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.7.1'
+VERSION = '3.7.2'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: