From a3578d77e4979ec3955f0a199159933b8ed83517 Mon Sep 17 00:00:00 2001 From: Micha Albert Date: Fri, 16 Jan 2026 15:32:00 -0500 Subject: [PATCH 1/2] bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6254cc..9ee8c53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "highlight_video_maker" -version = "0.1.0" +version = "0.2.2" authors = [{ name = "Micha Albert", email = "micha@2231.tech" }] description = "A utility to take several video inputs, take the loudest points, and create a compilation of them with smooth transitions" readme = "README.md" From 07f98fa269a56dece21591a73c68af32c68e7b26 Mon Sep 17 00:00:00 2001 From: Micha Albert Date: Fri, 16 Jan 2026 15:33:02 -0500 Subject: [PATCH 2/2] bump version again (sorry) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9ee8c53..6cf0696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "highlight_video_maker" -version = "0.2.2" +version = "0.2.3" authors = [{ name = "Micha Albert", email = "micha@2231.tech" }] description = "A utility to take several video inputs, take the loudest points, and create a compilation of them with smooth transitions" readme = "README.md"