From 98ae5e59a96f54e22a8c1d8a760c4d002da5ec3d Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Tue, 5 Jul 2022 13:43:56 +0300 Subject: [PATCH] bump version to 3.7.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 1eb81fcf..ee929b0d 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.7.0' +VERSION = '3.7.1' PACKAGE_NAME = 'rpcclient' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]