diff --git a/pyproject.toml b/pyproject.toml index fb50329..022061a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yandexapimanager" -version = "0.1.4-1" +version = "0.1.4-2" description = "" authors = [ {name = "Evgeny (Krymmy) Momotov",email = "evgeny.momotov@gmail.com"} diff --git a/src/YandexApiManager/data_models.py b/src/YandexApiManager/data_models.py index 8e732ef..ae452e5 100644 --- a/src/YandexApiManager/data_models.py +++ b/src/YandexApiManager/data_models.py @@ -283,4 +283,4 @@ class GroupInspectionCheek(BaseInspectionsCheckModel, BasicModel): class DriverInspectionCheek(BaseInspectionsCheckModel, BasicModel): - driver_inspection: DriverInspection = Field(description="Инспекция водителя") \ No newline at end of file + drive_inspection: DriverInspection = Field(description="Инспекция водителя") \ No newline at end of file