From 702aa2a75ba9cebc4a1f01c76c44be8833b2d86d Mon Sep 17 00:00:00 2001 From: "Max P." Date: Thu, 27 Nov 2025 18:23:01 +0100 Subject: [PATCH] chore(version): bump version to 0.3.0 --- VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 341cf11..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 7d32f4e..e39c768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "repocat" -version = "0.2.0" +version = "0.3.0" description = "" authors = ["Max P. "] readme = "README.md"