diff --git a/setup.py b/setup.py index b02da21..2388b53 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.8.1" +VERSION = "1.8.2" REQUIRED = ["pydantic>=2,<3"] EXTRAS = {"gen": ["black"]}