cjsonx 1.4.0__tar.gz → 1.4.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjsonx
3
- Version: 1.4.0
3
+ Version: 1.4.2
4
4
  Summary: High-performance C11 JSON parser python bindings
5
5
  Author: jirawat siripuk
6
6
  Requires-Python: >=3.8
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cjsonx
3
- Version: 1.4.0
3
+ Version: 1.4.2
4
4
  Summary: High-performance C11 JSON parser python bindings
5
5
  Author: jirawat siripuk
6
6
  Requires-Python: >=3.8
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cjsonx"
7
- version = "1.4.0"
7
+ version = "1.4.2"
8
8
  description = "High-performance C11 JSON parser python bindings"
9
9
  authors = [{name = "jirawat siripuk"}]
10
10
  readme = "README.md"
@@ -29,7 +29,7 @@ ext_modules = [
29
29
 
30
30
  setup(
31
31
  name='cjsonx',
32
- version='1.4.0',
32
+ version='1.4.2',
33
33
  description="High-performance JSON parser C11 bindings for Python",
34
34
  long_description=long_desc,
35
35
  long_description_content_type="text/markdown",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes