From b6617e2a111a32059698e390671631b01f000dfe Mon Sep 17 00:00:00 2001 From: Paul Farault Date: Fri, 16 Jan 2026 14:14:33 +0100 Subject: [PATCH] chore: 2.0.0 version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cd232aa..23bbc905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tdp-lib" -version = "1.0.0" +version = "2.0.0" description = "TDP library for TDP Manager" authors = ["TOSIT"] license = "Apache-2.0"