We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4697c6b commit 12de9b3Copy full SHA for 12de9b3
2 files changed
datason/__init__.py
@@ -310,7 +310,7 @@ def _get_version() -> str:
310
return "0.5.0"
311
312
313
-__version__ = "0.12.0"
+__version__ = "0.13.0"
314
__author__ = "datason Contributors"
315
__license__ = "MIT"
316
__description__ = "Python serialization of complex data types for JSON with configurable caching"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "datason"
7
-version = "0.12.0"
+version = "0.13.0"
8
description = "A comprehensive Python package for intelligent serialization that handles complex data types with ease."
9
readme = "README.md"
10
requires-python = ">=3.8"
0 commit comments