From 74875f3477c2d0129889847b92e5dc5d752b531d Mon Sep 17 00:00:00 2001 From: doronz Date: Tue, 29 Aug 2023 09:21:13 +0300 Subject: [PATCH] pyproject: bump version to 3.18.0 --- src/rpcclient/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcclient/pyproject.toml b/src/rpcclient/pyproject.toml index 50d0651f..121638d4 100644 --- a/src/rpcclient/pyproject.toml +++ b/src/rpcclient/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "rpcclient" -version = "3.17.1" +version = "3.18.0" description = "rpcclient for connecting with the rpcserver" readme = "README.md" requires-python = ">=3.8"