From 2a1214f1cdbdfe5f1100ac2536204ce93c85bf35 Mon Sep 17 00:00:00 2001 From: Andrey Lepekhin Date: Thu, 21 Dec 2023 19:56:11 +0300 Subject: [PATCH] another patch to test ci actions --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf68338..471f257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydjantic" -version = "1.1.1" +version = "1.1.2" description = "Pydantic Settings for Django" authors = ["Vladimir Vyazovetskov "] license = "MIT"