From be1237f7c98d8ecf8dce58649bdc259a59d4f6d5 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Thu, 3 Sep 2026 18:26:07 +0200 Subject: [PATCH] Bump version from 2.11.0 to 3.0.0 Co-Authored-By: Claude Opus 5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 04329aa..3cd7cbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-otbr-api" -version = "2.11.0" +version = "3.0.0" license = {text = "MIT"} description = "API to interact with an OTBR via its REST API" readme = "README.md"