diff --git a/setup.py b/setup.py index 33379203..d6d2cc0c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="mashumaro", - version="3.0.4", + version="3.1", description="Fast serialization framework on top of dataclasses", long_description=open("README.md", encoding="utf8").read(), long_description_content_type="text/markdown",