summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2015-05-18 19:13:41 -0700
committerBob Ippolito <bob@redivi.com>2015-05-18 19:13:41 -0700
commit71c3672396b32b62f35c53668182720f8f3d5ecc (patch)
tree23731c86821497c3efe2238f817290cce5606e79 /setup.py
parent2161a68dd029cbfef8b45107b875eb8212ba28ed (diff)
downloadsimplejson-71c3672396b32b62f35c53668182720f8f3d5ecc.tar.gz
bump version for #119v3.7.1
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 77ad402..faad45b 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.0'
+VERSION = '3.7.1'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: