From c4c50972939e54f8b690ade612b1f4dccd0d3cf0 Mon Sep 17 00:00:00 2001 From: Thomas Chopitea Date: Thu, 16 Jan 2025 16:56:54 +0100 Subject: [PATCH] bump version in toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2c5d3a..7b35a2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yeti-python" -version = "2.0.0" +version = "2.0.2" description = "Python bindings for the Yeti API" authors = ["tomchop"] license = "Apache"