fixed version check for Catalina

This commit is contained in:
Rhet Turnbull
2019-10-14 09:44:11 -07:00
parent d311431c91
commit f62a9d3d4e
3 changed files with 17 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ with open(path.join(this_directory, "README.md"), encoding="utf-8") as f:
setup(
name="osxphotos",
version="0.12.4",
version="0.12.5",
description="Manipulate (read-only) Apple's Photos app library on Mac OS X",
long_description=long_description,
long_description_content_type="text/markdown",