Skip to content

Commit 12de9b3

Browse files
committed
🔼 Bump version to 0.13.0 [skip ci]
1 parent 4697c6b commit 12de9b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

datason/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def _get_version() -> str:
310310
return "0.5.0"
311311

312312

313-
__version__ = "0.12.0"
313+
__version__ = "0.13.0"
314314
__author__ = "datason Contributors"
315315
__license__ = "MIT"
316316
__description__ = "Python serialization of complex data types for JSON with configurable caching"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "datason"
7-
version = "0.12.0"
7+
version = "0.13.0"
88
description = "A comprehensive Python package for intelligent serialization that handles complex data types with ease."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)