From b09c38d8629e2c887ee7f986658b240b068e01b0 Mon Sep 17 00:00:00 2001 From: Brian Ritz Date: Wed, 19 Apr 2023 16:57:27 -0400 Subject: [PATCH] Release v0.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1b3868..732791d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ai-ghostfunctions" -version = "0.3.0" +version = "0.3.1" description = "AI Ghostfunctions" authors = ["Brian M. Ritz "] license = "MIT"