From dc40e7a20b71736b88621a77d8f426892a432ce8 Mon Sep 17 00:00:00 2001 From: DoronZ Date: Fri, 4 Mar 2022 18:18:56 +0200 Subject: [PATCH] bump version to 1.19.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 704a8072..be06581e 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.2' +VERSION = '1.19.3' PACKAGE_NAME = 'pymobiledevice3' DATA_FILES_EXTENSIONS = ['*.txt', '*.json', '*.js'] PACKAGES = [p for p in find_packages() if not p.startswith('tests')]