summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-08-23 21:15:14 -0700
committerBob Ippolito <bob@redivi.com>2021-08-23 21:15:14 -0700
commit39a269f8ac829a0e8cb7ee5ff3597227e334b4d0 (patch)
tree3e3469eedf611456b8c1a4e57ced45a53314a0fa /setup.py
parente70f4b05c8b661c0930eb2ea3a079ea3dcbaae87 (diff)
downloadsimplejson-39a269f8ac829a0e8cb7ee5ff3597227e334b4d0.tar.gz
Update version to 3.17.5
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 92a2108..74fc2ce 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ from distutils.errors import CCompilerError, DistutilsExecError, \
DistutilsPlatformError
IS_PYPY = hasattr(sys, 'pypy_translation_info')
-VERSION = '3.17.4'
+VERSION = '3.17.5'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: