From 5388e41ab1ef0a0171a1430f000e661f5b42eaa3 Mon Sep 17 00:00:00 2001 From: petervanthof Date: Mon, 21 Feb 2022 14:06:48 +0100 Subject: [PATCH] bump version to 0.3.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77edbb0..b4448eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydantic-avro" -version = "0.3.0" +version = "0.3.1" description = "Converting pydantic classes to avro schemas" authors = ["Peter van 't Hof' "]