From 0c80e0dd5210bdab679a40a517f28219864c88ec Mon Sep 17 00:00:00 2001 From: Brendan Smith Date: Thu, 5 Sep 2024 14:29:09 -0500 Subject: [PATCH] chore: bump version to 0.2.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec66a23..736b3d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diffbot-kg" -version = "0.2.3" +version = "0.2.4" description = "Python client for the Diffbot Knowledge Graph API." authors = ["Brendan C. Smith"] license = "MIT"