From a092d203734e94e2f62569079e0ca5eb34816718 Mon Sep 17 00:00:00 2001 From: Alexis DUBURCQ Date: Tue, 6 Jan 2026 15:13:04 +0100 Subject: [PATCH] Bump version to 0.0.7.post2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37c0523a..058849b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "gs-madrona" -version = "0.0.7.post1" +version = "0.0.7.post2" description = "A fork from the official Madrona. The fork will be used for Genesis's own Madrona integration." readme = {file = "README.md", content-type = "text/markdown"} license = { text = "MIT" }