diff --git a/src/rpcclient/setup.py b/src/rpcclient/setup.py index a6ef8a27..c8695c8f 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.8.1' +VERSION = '2.9.0' PACKAGE_NAME = 'rpcclient' DATA_FILES_EXTENSIONS = ['*.txt', '*.json', '*.js'] PACKAGES = [p for p in find_packages() if not p.startswith('tests')]