From e999391d02f668b0abc13acb678a807b536be065 Mon Sep 17 00:00:00 2001 From: SplinterHead Date: Thu, 10 Aug 2023 21:52:04 +0000 Subject: [PATCH] Create v1.7.0 Release [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 306dd55..e68e9c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "boinc-client" -version = "1.6.0" +version = "1.7.0" description = "Python API for interacting with a BOINC client via RPC" authors = ["Lewis England "] readme = "README.md"