From 8a94182b3d26aa9edc76b1040c50745e3da8bb64 Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Sat, 25 Oct 2025 15:33:35 +0200 Subject: [PATCH] Bump version to 0.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19e9e99..ff44c8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "repo-to-text" -version = "0.7.0" +version = "0.8.0" authors = [ { name = "Kirill Markin", email = "markinkirill@gmail.com" }, ]