From 0cba3592f2e90d9f78e7e56f3a6291efc3e5e101 Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Mon, 16 Dec 2024 10:42:52 +0100 Subject: [PATCH] chore: bump version to 0.5.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5128f4b..12b6a3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "repo-to-text" -version = "0.5.2" +version = "0.5.3" authors = [ { name = "Kirill Markin", email = "markinkirill@gmail.com" }, ]