From 9fd8055b2183f07518799b9b1c8e6a84243e8377 Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Tue, 28 Jun 2022 17:46:33 +0300 Subject: [PATCH] bump version to 3.5.1 --- src/rpcclient/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpcclient/setup.py b/src/rpcclient/setup.py index 182c28b7..147a719c 100644 --- a/src/rpcclient/setup.py +++ b/src/rpcclient/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages BASE_DIR = Path(__file__).parent.resolve(strict=True) -VERSION = '3.5.0' +VERSION = '3.5.1' PACKAGE_NAME = 'rpcclient' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]