From e7209fb43ec89318027d903662ba5442fd4b1acb Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 20 Dec 2023 19:10:25 +0100 Subject: [PATCH] 2.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48e01e8..0b6cb04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyprusalink" -version = "2.0.0" +version = "2.0.1" license = {text = "Apache-2.0"} description = "Library to interact with PrusaLink v2" readme = "README.md"