From 2629f69b0630f9cff47a03efce381b9a5531681f Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Sat, 31 Jul 2021 14:38:33 +0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b6950870..18e28951 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="mashumaro", - version="2.5", + version="2.6", description="Fast serialization framework on top of dataclasses", long_description=open("README.md", encoding="utf8").read(), long_description_content_type="text/markdown",