diff --git a/setup.py b/setup.py index 85359e7bb..c36d46f1a 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.0' +VERSION = '1.12.1' PACKAGE_NAME = 'pymobiledevice3' PACKAGES = [p for p in find_packages() if not p.startswith('tests')]