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