Upgraded osxmetadata to add new extended attributes

This commit is contained in:
Rhet Turnbull
2021-07-16 19:45:19 -07:00
parent d627cfc4fa
commit 7d81b94c16
4 changed files with 10 additions and 3 deletions

View File

@@ -227,10 +227,17 @@ EXTENDED_ATTRIBUTE_NAMES = [
"authors",
"comment",
"copyright",
"creator",
"description",
"findercomment",
"headline",
"keywords",
"participants",
"projects",
"rating",
"subject",
"title",
"version",
]
EXTENDED_ATTRIBUTE_NAMES_QUOTED = [f"'{x}'" for x in EXTENDED_ATTRIBUTE_NAMES]

View File

@@ -1,3 +1,3 @@
""" version info """
__version__ = "0.42.61"
__version__ = "0.42.62"