From a9f01b1d49477de5a434ea64f60783cd20aef81f Mon Sep 17 00:00:00 2001 From: Trim21 Date: Thu, 14 Sep 2023 00:35:54 +0800 Subject: [PATCH] bump: v7.0.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54c7f987..2fb3fc45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "transmission-rpc" -version = "6.0.0" +version = "7.0.0" description = "Python module that implements the Transmission bittorent client JSON-RPC protocol" authors = ["Trim21 "] readme = 'README.md'