summaryrefslogtreecommitdiff
path: root/simplejson/__init__.py
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-02-05 10:20:08 -0800
committerGitHub <noreply@github.com>2023-02-05 10:20:08 -0800
commit3725e4eeaf0dfc2a13496e5b78d44846e1a6a555 (patch)
treeddedff4267629f4e10441a45126bfc62077def53 /simplejson/__init__.py
parent64f12484892079e175c7636d006cd74f04e26461 (diff)
parent08991e091d314e0a200711e0b7b401fb6970d868 (diff)
downloadsimplejson-3725e4eeaf0dfc2a13496e5b78d44846e1a6a555.tar.gz
Merge pull request #310 from simplejson/fix-sdistv3.18.3
Build sdist without any overrides
Diffstat (limited to 'simplejson/__init__.py')
-rw-r--r--simplejson/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplejson/__init__.py b/simplejson/__init__.py
index 11294ee..993d64d 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.18.2'
+__version__ = '3.18.3'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',