Skip to content

Commit e79b38f

Browse files
committed
Intermediate changes
1 parent b1be2c4 commit e79b38f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

contrib/python/simplejson/py2/.dist-info/METADATA

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: simplejson
3-
Version: 3.19.2
3+
Version: 3.19.3
44
Summary: Simple, fast, extensible JSON encoder/decoder for Python
55
Home-page: https://github.com/simplejson/simplejson
66
Author: Bob Ippolito
@@ -27,6 +27,7 @@ Classifier: Programming Language :: Python :: 3.9
2727
Classifier: Programming Language :: Python :: 3.10
2828
Classifier: Programming Language :: Python :: 3.11
2929
Classifier: Programming Language :: Python :: 3.12
30+
Classifier: Programming Language :: Python :: 3.13
3031
Classifier: Programming Language :: Python :: Implementation :: CPython
3132
Classifier: Programming Language :: Python :: Implementation :: PyPy
3233
Classifier: Topic :: Software Development :: Libraries :: Python Modules

contrib/python/simplejson/py2/simplejson/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
119119
"""
120120
from __future__ import absolute_import
121-
__version__ = '3.19.2'
121+
__version__ = '3.19.3'
122122
__all__ = [
123123
'dump', 'dumps', 'load', 'loads',
124124
'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',

contrib/python/simplejson/py2/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
PY2_LIBRARY()
44

5-
VERSION(3.19.2)
5+
VERSION(3.19.3)
66

77
LICENSE(MIT)
88

0 commit comments

Comments
 (0)