From 6f64221794db5c3bd1da338b98aee22a78c43ccb Mon Sep 17 00:00:00 2001 From: Florian Valeye Date: Mon, 31 Jan 2022 18:49:33 +0100 Subject: [PATCH] Release version 0.2.0 (#17) * Add Pydantic in Python * Release version 2.0 --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Cargo.toml b/python/Cargo.toml index 83a1cfa..49908ec 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "metadata_guardian-python" -version = "0.1.2" +version = "0.2.0" authors = ["Florian Valeye "] homepage = "https://fvaleye.github.io/metadata-guardian/python" license = "Apache-2.0"