From 0b61a5c75ebd76e4eb0b3bcea4435c418168a6d1 Mon Sep 17 00:00:00 2001 From: Seth Grover Date: Thu, 31 Oct 2024 12:25:11 -0600 Subject: [PATCH] v0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 047ed78..9c3eb4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "malcolm-test" -version = "0.2.0" +version = "0.3.0" authors = [ { name="Seth Grover", email="mero.mero.guero@gmail.com" }, ]