diff --git a/src/rpcclient/setup.py b/src/rpcclient/setup.py index cf0ed8dc..eb1591cc 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.12.9' +VERSION = '3.13.0' PACKAGE_NAME = 'rpcclient' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]