From b25b7aa109c0964cdd7f171648456089f6fcd461 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Jan 2025 05:58:09 +0000 Subject: [PATCH] chore: 5.0.1 [skip actions] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0c25a7..5663284 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytool" -version = "5.0.0" +version = "5.0.1" description = "Pytool is a collection of utilities and language enhancements for Python" authors = ["Jacob Alheid "] license = "MIT"