Skip to content

Commit

Permalink
chore(readme): Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gMatas committed Dec 29, 2024
1 parent c84deef commit cfd8aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pprint(raw_obj_dict, indent=2)
# Output:
# {'some_value': 'wow'}

# Serialization with ability automatic deserialization:
# Serialization WITH automatic deserialization:
obj_dict = obj.to_dict()
pprint(obj_dict, indent=2)
# Output:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ezserialization"
version = "0.2.9"
version = "0.2.10"
description = "Simple, easy to use & transparent python objects serialization & deserialization."
authors = ["Matas Gumbinas <[email protected]>"]
repository = "https://github.com/gMatas/ezserialization"
Expand Down

0 comments on commit cfd8aa0

Please sign in to comment.