From aabf3a97974cb3e2cbe30a28963600b0b751edd3 Mon Sep 17 00:00:00 2001 From: James Riehl <33920192+jrriehl@users.noreply.github.com> Date: Wed, 6 Mar 2024 13:18:00 +0000 Subject: [PATCH] chore: bump version to 0.4.1 for release (#18) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cd1ddc..d8f0ce9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fetchai-babble" -version = "0.4.0" +version = "0.4.1" description = "A simple python library for interacting with the Fetch.ai messaging service (called Memorandum)" authors = ["Fetch.AI Limited"] license = "Apache 2.0"