From 517d8d50fcded8c980094dc4371e6ef2aa1e1bb3 Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Thu, 23 Nov 2023 21:31:54 +0300 Subject: [PATCH] Bump version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 15aa183b..70bdbf5e 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,8 @@ setup( name="mashumaro", - version="3.10", - description="Fast serialization library on top of dataclasses", + version="3.11", + description="Fast and well tested serialization library", long_description=open("README.md", encoding="utf8").read(), long_description_content_type="text/markdown", platforms="all",