From 116b6eec905ad110d266a42f63965c30b57f2305 Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Tue, 13 Sep 2022 19:44:36 +0300 Subject: [PATCH] bump version to 3.12.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 061e4394..3a77689c 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.12.0' +VERSION = '3.12.1' PACKAGE_NAME = 'rpcclient' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]