diff --git a/osxphotos/__main__.py b/osxphotos/__main__.py index 4b4b6848..faca1bd1 100644 --- a/osxphotos/__main__.py +++ b/osxphotos/__main__.py @@ -1743,6 +1743,8 @@ def export( VERBOSE = bool(verbose) verbose_(f"Loaded options from file {load_config}") + verbose_(f"osxphotos version {__version__}") + exclusive_options = [ ("favorite", "not_favorite"), ("hidden", "not_hidden"),