From b289913d989d88cc443698919b2ea0f36fe2b39c Mon Sep 17 00:00:00 2001 From: Trim21 Date: Sun, 26 Feb 2023 18:00:50 +0800 Subject: [PATCH] 4.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b1d928c4..ca4eb495 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "transmission-rpc" -version = "4.0.0" +version = "4.1.0" description = "Python module that implements the Transmission bittorent client JSON-RPC protocol" authors = ["Trim21 "] readme = 'README.md'