diff --git a/CHANGES.txt b/CHANGES.txt index 627655d..a9c83ea 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ Changelog ========= -0.1.21 - +0.1.21 - 2024-01-24 ------------------- - Allow changing the root of the filesystem tree when selecting an image. @@ -10,7 +10,7 @@ Changelog - Minor bug fixes. [ggozad] -0.1.20 - 2024-04-12 +0.1.20 - 2024-01-12 ------------------- - Minor bug fixes. diff --git a/pyproject.toml b/pyproject.toml index 866bd76..4a565ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "oterm" -version = "0.1.20" +version = "0.1.21" description = "A text-based terminal client for Ollama." authors = ["Yiorgis Gozadinos "] homepage = "https://github.com/ggozad/oterm"