From 81c7648656712445d23d0c8a3dbc18e79912d2f0 Mon Sep 17 00:00:00 2001 From: Maddy Guthridge Date: Mon, 10 Jun 2024 23:31:35 +1000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2b4979..ab414a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "transdoc" -version = "0.2.3" +version = "0.2.4" description = "A simple tool for transforming Python docstrings by embedding results from Python function calls" authors = ["Maddy Guthridge "] license = "MIT"