From 506d9a35ee16b85e361330f05ce0efc7f950e4bb Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 28 Aug 2022 16:42:00 -0400 Subject: [PATCH] 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a6c19b5..2df9606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyprusalink" -version = "1.0.0" +version = "1.0.1" license = {text = "Apache-2.0"} description = "Library to interact with PrusaLink v2" readme = "README.md"