From d3a37884a4f8c2c3291428489b90315de8f5840b Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Mon, 15 Aug 2022 16:25:40 +0300 Subject: [PATCH] bump version to 3.10.2 --- 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 5ff6d21e..b6c32d2f 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.10.1' +VERSION = '3.10.2' PACKAGE_NAME = 'rpcclient' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]