diff --git a/CHANGELOG.md b/CHANGELOG.md index 08bb925..9e5c94b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ # CHANGELOG +## Version 1.0.2 +- small modification on readme and another push to PyPi ## Version 1.0.1 - initial release diff --git a/pyproject.toml b/pyproject.toml index 82e49e3..ef4c8ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "sgzenity" -version = "0.1.1" +version = "0.1.2" 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"