From f2519af49e266422726ca9898e369d29a400325e Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Tue, 14 Sep 2021 09:44:24 +0300 Subject: [PATCH] bump version to 1.11.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')]