From a49ec905b0f815bcda887447ef83ca1679785303 Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Mon, 26 Dec 2022 17:24:55 +0200 Subject: [PATCH] bump version to 3.12.9 --- 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 37d6d6cd..cf0ed8dc 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.8' +VERSION = '3.12.9' PACKAGE_NAME = 'rpcclient' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]