summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2021-08-19 10:58:29 -0700
committerBob Ippolito <bob@redivi.com>2021-08-19 10:58:29 -0700
commit850fb8d1e7733879018ad8618d032e535fa47fe4 (patch)
tree62bc1208d7c64c846aa2178d92a4d3a46063abdc /setup.py
parent16f362cacd53abee3e60b14d18536cf32e4219f0 (diff)
downloadsimplejson-850fb8d1e7733879018ad8618d032e535fa47fe4.tar.gz
Upgrade cibuildwheel to v2.1.1test-v3.17.4
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 bfe8f25..92a2108 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.3'
+VERSION = '3.17.4'
DESCRIPTION = "Simple, fast, extensible JSON encoder/decoder for Python"
with open('README.rst', 'r') as f: