From 903c6dba5e992fcfbde5b2cc623ae9c839d51b79 Mon Sep 17 00:00:00 2001 From: Zaharia Constantin <1303303+soulraven@users.noreply.github.com> Date: Sat, 29 Jun 2024 16:53:51 +0300 Subject: [PATCH] Bump the version to 0.1.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 844e647..9973b1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "sgzenity" -version = "0.1.8" +version = "0.1.9" description = "sgzentry is a library for python which was inspired by Zenity. When you write scripts, you can use sgzentry to create simple dialogs that interact graphically with the user." homepage="https://github.com/SoftGeekRO/sgzenity" repository="https://github.com/SoftGeekRO/sgzenity.git"