diff --git a/setup.py b/setup.py index dc2d99a0..aecd7414 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os BASE_DIR = os.path.realpath(os.path.dirname(__file__)) -VERSION = '1.10.5' +VERSION = '1.11.0' PACKAGE_NAME = 'pymobiledevice3' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]