summaryrefslogtreecommitdiff
path: root/simplejson
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 /simplejson
parent16f362cacd53abee3e60b14d18536cf32e4219f0 (diff)
downloadsimplejson-850fb8d1e7733879018ad8618d032e535fa47fe4.tar.gz
Upgrade cibuildwheel to v2.1.1test-v3.17.4
Diffstat (limited to 'simplejson')
-rw-r--r--simplejson/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/__init__.py b/simplejson/__init__.py
index 9e918ff..aecbbaa 100644
--- a/simplejson/__init__.py
+++ b/simplejson/__init__.py
@@ -118,7 +118,7 @@ Serializing multiple objects to JSON lines (newline-delimited JSON)::
"""
from __future__ import absolute_import
-__version__ = '3.17.3'
+__version__ = '3.17.4'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',