From fa0017a3da3dc299580bdb184209902a26718e3f Mon Sep 17 00:00:00 2001 From: chyok Date: Sun, 30 Jun 2024 16:20:07 +0800 Subject: [PATCH] Update version --- poetry.lock | 7 ------- pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 poetry.lock diff --git a/poetry.lock b/poetry.lock deleted file mode 100644 index bd9ef4a..0000000 --- a/poetry.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. -package = [] - -[metadata] -lock-version = "2.0" -python-versions = "^3.6" -content-hash = "de7600acb56ad9a67b77fd08bb5acd96ae59d0bbc6d538e5682444b7d4b1cc16" diff --git a/pyproject.toml b/pyproject.toml index a527c6a..597d0c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ollama-gui" -version = "1.0.1" +version = "1.0.2" description = "A very simple ollama GUI, implemented using the built-in Python Tkinter library, with no additional dependencies." authors = ["chyok "] license = "MIT"