From 5060805334c72bfda8659d1e8ef3773f84734afe Mon Sep 17 00:00:00 2001 From: raphaelDkhn Date: Tue, 19 Dec 2023 19:14:39 +0200 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 042849a..6d49ec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "giza-osiris" -version = "0.1.1" +version = "0.1.2" 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"