From c5c34f08da1f02c2257b6632f08ff2a3ae678922 Mon Sep 17 00:00:00 2001 From: Milad Alizadeh Date: Fri, 22 Nov 2024 12:46:09 +0000 Subject: [PATCH] https://github.com/kovidgoyal/kitty/issues/8014 bumped version to 1.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ae98d6..298dd90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kitcat" -version = "1.1.1" +version = "1.2.0" description = "Matplotlib backend for direct plotting in the terminal using Kitty graphics protocol." readme = "README.md" requires-python = ">=3.9"