From 4aa19f7a8acf8265e61863e9d6e419eb4d71dd24 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 Dec 2023 04:46:46 +0000 Subject: [PATCH] chore: 4.0.0 [skip actions] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1f24c72..61cd2b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytool" -version = "3.16.3" +version = "4.0.0" description = "Pytool is a collection of utilities and language enhancements for Python" authors = ["Jacob Alheid "] license = "MIT"