From 4956b698a4048ff42b72ee1cd6319fb9ea0a19c0 Mon Sep 17 00:00:00 2001 From: Thomas Chopitea Date: Mon, 14 Apr 2025 11:12:45 +0000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a53b7c..619bfb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yeti-python" -version = "2.0.5" +version = "2.0.6" description = "Python bindings for the Yeti API" authors = ["tomchop"] license = "Apache"