From c4a83cad9df82ada76d84b2e3f8ee1b049cb0fc7 Mon Sep 17 00:00:00 2001 From: Pat O'Connor Date: Sat, 22 Mar 2025 09:11:06 +0000 Subject: [PATCH] task(GUIDEFRAME-47): Manually create new PyPi release Signed-off-by: Pat O'Connor --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 252841e..0140e5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "guideframe" -version = "0.5.1" +version = "0.5.2" description = "A tool to generate reusable software walkthrough videos via code." authors = [ {name = "Pat O'Connor"}