From dfe3b039518f3a3b874d5fb8dc327258cc7d2d9f Mon Sep 17 00:00:00 2001 From: doron zarhi Date: Tue, 29 Mar 2022 18:25:45 +0300 Subject: [PATCH] bump version to 1.20.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e486dca51..7e6993507 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages BASE_DIR = Path(__file__).parent.resolve(strict=True) -VERSION = '1.19.4' +VERSION = '1.20.0' PACKAGE_NAME = 'pymobiledevice3' DATA_FILES_EXTENSIONS = ['*.txt', '*.json', '*.js'] PACKAGES = [p for p in find_packages() if not p.startswith('tests')]