From 6438a26ad185ea7faff69dfcbfe2b0d892d822f7 Mon Sep 17 00:00:00 2001 From: Tom Ritchford Date: Thu, 25 Jan 2024 11:44:52 +0100 Subject: [PATCH] Update version to v1.6.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 924473c..a4ee1bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ auto = true [tool.poetry] name = "editor" -version = "1.6.5" +version = "1.6.6" description = "🖋 Open the default text editor 🖋" authors = ["Tom Ritchford "] license = "MIT"