From 0af311766a91aca0efde0ae0f21b222d03eba52d Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Sun, 28 Jan 2024 14:34:39 +0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70bdbf5e..829fcd67 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="mashumaro", - version="3.11", + version="3.12", description="Fast and well tested serialization library", long_description=open("README.md", encoding="utf8").read(), long_description_content_type="text/markdown",