From 5c0db1c65678df263190469b6ab16714b88f12c0 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Sun, 11 May 2025 14:57:24 +0200 Subject: [PATCH] chore(version): bump to 0.2.0 - Updates the project version to 0.2.0 in preparation for a new release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e27da7c..7d32f4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "repocat" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["Max P. "] readme = "README.md"