From befc0d4fee71b81605e5cd79c22de49e4ebd623c Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Tue, 5 Oct 2021 15:07:15 +0300 Subject: [PATCH] bump version to 1.13.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c36d46f1..ff83bb99 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os BASE_DIR = os.path.realpath(os.path.dirname(__file__)) -VERSION = '1.12.1' +VERSION = '1.13.0' PACKAGE_NAME = 'pymobiledevice3' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]