Bumped version number

This commit is contained in:
Rhet Turnbull
2019-12-22 13:02:30 -08:00
parent 57f6a282d6
commit 57485247fc
2 changed files with 3 additions and 3 deletions

View File

@@ -380,8 +380,8 @@ def query(
help="Create json sidecar for each photo exported "
f"in format useable by exiftool ({_EXIF_TOOL_URL}) "
"The sidecar file can be used to apply metadata to the file with exiftool, for example: "
'"exiftool -j=photo.jpg.json photo.jpg" '
"The sidecar file is named in format photofilename.ext.json where ext is extension of the photo (e.g. jpg)",
'"exiftool -j=photoname.jpg.json photoname.jpg" '
"The sidecar file is named in format photoname.ext.json where ext is extension of the photo (e.g. jpg)",
)
@click.argument("dest", nargs=1)
@click.pass_obj

View File

@@ -1,3 +1,3 @@
""" version info """
__version__ = "0.17.01"
__version__ = "0.17.02"