diff --git a/setup.py b/setup.py index 300c9ea..c587a28 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ EMAIL = "imryche13@gmail.com" AUTHOR = "Dmitry Chernyshov" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "1.7.0" +VERSION = "1.7.1" REQUIRED = ["pydantic>=2,<3"] EXTRAS = {"gen": ["black"]}