From 58c7701b8d87556dbb6ef00aacdc242090919123 Mon Sep 17 00:00:00 2001 From: DoronZ Date: Wed, 23 Feb 2022 01:29:48 +0200 Subject: [PATCH] bump version to 2.3.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 f0abb5a6..d377e0aa 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.2.0' +VERSION = '2.3.0' PACKAGE_NAME = 'rpcclient' DATA_FILES_EXTENSIONS = ['*.txt', '*.json', '*.js'] PACKAGES = [p for p in find_packages() if not p.startswith('tests')]