From abed328034863e404ee7ee509fbd47bff7eac1e0 Mon Sep 17 00:00:00 2001 From: SplinterHead Date: Wed, 6 Mar 2024 14:06:31 +0000 Subject: [PATCH] Create v1.9.0 Release [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index edb056c..dd5b23d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boinc-client" -version = "1.8.0" +version = "1.9.0" description = "Python API for interacting with a BOINC client via RPC" authors = ["Lewis England "] readme = "README.md"