pyobjtojson 0.7__tar.gz → 0.8__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: pyobjtojson
3
- Version: 0.7
3
+ Version: 0.8
4
4
  Summary: A Python library that simplifies serializing any Python object to JSON-friendly structures, gracefully handling circular references.
5
5
  Author-email: "Carlos A. Planchón" <carlosandresplanchonprestes@gmail.com>
6
6
  License-Expression: MIT
@@ -20,7 +20,7 @@ Requires-Dist: pydantic>=2.0.0; extra == "dev"
20
20
  Requires-Dist: mypy>=1.0.0; extra == "dev"
21
21
  Dynamic: license-file
22
22
 
23
- ![pyobjtojson banner](https://raw.githubusercontent.com/carlosplanchon/pyobjtojson/refs/heads/main/assets/banner.jpeg)
23
+ ![pyobjtojson banner](https://raw.githubusercontent.com/carlosplanchon/pyobjtojson/refs/heads/main/assets/banner_color.jpeg)
24
24
 
25
25
  # pyobjtojson
26
26
 
@@ -1,4 +1,4 @@
1
- ![pyobjtojson banner](https://raw.githubusercontent.com/carlosplanchon/pyobjtojson/refs/heads/main/assets/banner.jpeg)
1
+ ![pyobjtojson banner](https://raw.githubusercontent.com/carlosplanchon/pyobjtojson/refs/heads/main/assets/banner_color.jpeg)
2
2
 
3
3
  # pyobjtojson
4
4
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjtojson
3
- Version: 0.7
3
+ Version: 0.8
4
4
  Summary: A Python library that simplifies serializing any Python object to JSON-friendly structures, gracefully handling circular references.
5
5
  Author-email: "Carlos A. Planchón" <carlosandresplanchonprestes@gmail.com>
6
6
  License-Expression: MIT
@@ -20,7 +20,7 @@ Requires-Dist: pydantic>=2.0.0; extra == "dev"
20
20
  Requires-Dist: mypy>=1.0.0; extra == "dev"
21
21
  Dynamic: license-file
22
22
 
23
- ![pyobjtojson banner](https://raw.githubusercontent.com/carlosplanchon/pyobjtojson/refs/heads/main/assets/banner.jpeg)
23
+ ![pyobjtojson banner](https://raw.githubusercontent.com/carlosplanchon/pyobjtojson/refs/heads/main/assets/banner_color.jpeg)
24
24
 
25
25
  # pyobjtojson
26
26
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "pyobjtojson"
7
- version = "0.7"
7
+ version = "0.8"
8
8
  authors = [
9
9
  {name = "Carlos A. Planchón", email = "carlosandresplanchonprestes@gmail.com"},
10
10
  ]
File without changes
File without changes