From ea4caeb650459f966a59992d66d7c1bc8cb5ed85 Mon Sep 17 00:00:00 2001 From: MrPowers Date: Wed, 7 Feb 2024 10:13:32 -0500 Subject: [PATCH] bump to v0.5.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a026c1..8abcd20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mack" -version = "0.4.0" +version = "0.5.0" description = "" authors = ["Matthew Powers "] readme = "README.md"