Skip to content

Commit

Permalink
bump version to 1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Mar 3, 2022
1 parent cec0158 commit f43f33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

BASE_DIR = Path(__file__).parent.resolve(strict=True)
VERSION = '1.19.1'
VERSION = '1.19.2'
PACKAGE_NAME = 'pymobiledevice3'
DATA_FILES_EXTENSIONS = ['*.txt', '*.json', '*.js']
PACKAGES = [p for p in find_packages() if not p.startswith('tests')]
Expand Down

0 comments on commit f43f33c

Please sign in to comment.