summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-11-15 22:52:19 -0800
committerBob Ippolito <bob@redivi.com>2021-11-15 22:52:19 -0800
commit06267cfd1f60f60e33fb13f7b863d207894505f4 (patch)
tree8378811a8d64db60b9a25c9f01c3c5167fe28fe6 /setup.py
parent695d0741cefa3f68159476d8ab93da3851e559c2 (diff)
downloadsimplejson-06267cfd1f60f60e33fb13f7b863d207894505f4.tar.gz
v3.17.6v3.17.6
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 54a79fa..1e0e477 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.5'
+VERSION = '3.17.6'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: