diff --git a/pyproject.toml b/pyproject.toml index 75b72c3..08ea8ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-avro" -version = "0.7.1" +version = "0.7.2" description = "Converting pydantic classes to avro schemas" authors = ["Peter van 't Hof' "]