From 3415c34bf4419e95a54e372e254a9b38f3fe762e Mon Sep 17 00:00:00 2001 From: Lee Huffman Date: Fri, 22 Dec 2023 10:57:35 -0600 Subject: [PATCH] chore: bump version to 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60c0148..cd87952 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nimbusagent" -version = "0.1.0" +version = "0.2.0" description = "An OpenAI agent with basic memory, functions, and moderation support" readme = "README.md" license = { file = "LICENSE.txt" }