diff --git a/pyproject.toml b/pyproject.toml index 98858ac..1a96f1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-changedetect" -version = "0.6.3" +version = "0.6.4" description = "Extend pydantic models to also detect and record changes made to the model attributes." authors = ["TEAM23 GmbH "] license = "MIT"