diff --git a/pyproject.toml b/pyproject.toml index 33c9be1..df919e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-avro" -version = "0.6.5" +version = "0.7.0" description = "Converting pydantic classes to avro schemas" authors = ["Peter van 't Hof' "]