From 7b4307c562240d024664ed10fdbb4b6308e22fe8 Mon Sep 17 00:00:00 2001 From: Alessandro De Maria Date: Fri, 29 Mar 2024 12:32:36 +0000 Subject: [PATCH] set version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f0fb3ad..57c6d04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kadet" -version = "0.2.2" +version = "0.3.0" description = "Easily define and reuse complex Python objects that serialize into JSON or YAML." homepage = "https://github.com/kapicorp/kadet" repository = "https://github.com/kapicorp/kadet"