From 60c9025e712aa187f5f60b43b84e4e5a45f38a79 Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Tue, 26 Apr 2022 18:27:14 +0300 Subject: [PATCH] bump version to 2.11.4 --- 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 623e7f53..9fb55758 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 = '2.11.3' +VERSION = '2.11.4' PACKAGE_NAME = 'rpcclient' DATA_FILES_EXTENSIONS = ['*.txt', '*.json', '*.js'] PACKAGES = [p for p in find_packages() if not p.startswith('tests')]