From ae35436a2f6923fd26ada7e2247c55848c6acc90 Mon Sep 17 00:00:00 2001 From: SplinterHead Date: Wed, 25 Jan 2023 12:29:20 +0000 Subject: [PATCH] Create v0.3.0 Release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3c46d7..458fe95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyboinc" -version = "0.2.0" +version = "0.3.0" description = "Python API for interacting with a BOINC client via RPC" authors = ["Lewis England"] readme = "README.md"