From e945ee4319db49da9f7b8ede614e988cc8c8956b Mon Sep 17 00:00:00 2001 From: Alexander Tikhonov Date: Sat, 15 Jun 2024 15:58:50 +0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e8db0b4..0848a184 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="mashumaro", - version="3.13", + version="3.13.1", description="Fast and well tested serialization library", long_description=open("README.md", encoding="utf8").read(), long_description_content_type="text/markdown",