From 2ebf22744f76afc29dc73d95f8e2fa71f27ccc6b Mon Sep 17 00:00:00 2001 From: SplinterHead Date: Thu, 16 Feb 2023 10:35:50 +0000 Subject: [PATCH] Create v0.18.1 Release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7996b76..476d546 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyboinc" -version = "0.18.0" +version = "0.18.1" description = "Python API for interacting with a BOINC client via RPC" authors = ["Lewis England"] readme = "README.md"