From bb74ffcb1bd43efb3fcd0744ca0f0cc1c9bf8644 Mon Sep 17 00:00:00 2001 From: Tom Ritchford Date: Thu, 4 Jan 2024 19:03:00 +0100 Subject: [PATCH] Update version to v1.4.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 883c038..3101127 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fil" -version = "1.4.2" +version = "1.4.3" description = "🏺 Read/write JSON/TOML/Yaml/txt 🏺" authors = ["Tom Ritchford "] license = "MIT"