diff --git a/pyproject.toml b/pyproject.toml index 5289fe3..a527c6a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ollama-gui" -version = "1.0.0" +version = "1.0.1" description = "A very simple ollama GUI, implemented using the built-in Python Tkinter library, with no additional dependencies." authors = ["chyok "] license = "MIT"