From 122890e9eb9b9e86894bc82c3b4025c18cea3875 Mon Sep 17 00:00:00 2001 From: Felipe Lima Date: Wed, 20 Mar 2024 15:53:25 -0400 Subject: [PATCH] up version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c832757..0c03f5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "tagoio-sdk" -version = "4.2.1" +version = "4.3.0" description = "Official Python SDK for TagoIO" -authors = ["Tago LLC "] +authors = ["TagoIO Inc. "] license = "Apache License" readme = "README.md" homepage = "https://tago.io/"