summaryrefslogtreecommitdiff
path: root/simplejson
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2023-04-06 12:00:56 -0700
committerBob Ippolito <bob@redivi.com>2023-04-06 12:00:56 -0700
commitaeb63ee451732b1e77008c28153380d8dd0fda20 (patch)
tree3648e4b254fcc2ee3e5d6b9082869c8abf2e3533 /simplejson
parent1a4995dca71e02957d81becd7a053c9b4f19aceb (diff)
downloadsimplejson-master.tar.gz
Signed-off-by: Bob Ippolito <bob@redivi.com>
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 206e22d..7e533a2 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.19.0'
+__version__ = '3.19.1'
__all__ = [
'dump', 'dumps', 'load', 'loads',
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',