From 8c61b04505cd09c1bfc78cab02e5480f536912d1 Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Wed, 27 Jul 2022 19:47:44 +0300 Subject: [PATCH] bump version to 3.9.0 --- 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 c37d818a..5db385e7 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.8.2' +VERSION = '3.9.0' PACKAGE_NAME = 'rpcclient' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]