From 87bd063af43034707eb0ea56e49c1177474956ff Mon Sep 17 00:00:00 2001 From: raphaelDkhn Date: Mon, 22 Jan 2024 15:30:52 +0200 Subject: [PATCH] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a13879d..0792dfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "giza-osiris" -version = "0.1.9" +version = "0.2.0" description = "Osiris is a Python library designed for efficient data conversion and management, primarily transforming data into Cairo programs" authors = ["Fran Algaba "] readme = "README.md"