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