From ea673a7b8ee463aed18c995c362c5f1b1cf63f1e Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 29 May 2023 09:01:53 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 37ea1ca..ee9483c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-otbr-api" -version = "1.2.0" +version = "2.0.0" license = {text = "MIT"} description = "API to interact with an OTBR via its REST API" readme = "README.md"