Compare commits

..

No commits in common. "master" and "v0.2.0" have entirely different histories.

2 changed files with 3 additions and 4 deletions

5
mee.py
View File

@ -29,7 +29,7 @@ Environment:
DEBUG enable debug messages.
"""
__version__ = "0.2.1"
__version__ = "0.2.0"
import os
import sys
@ -208,9 +208,8 @@ def cli() -> None:
print(tag)
if args["set"] and not args["--custom"]:
mee.exif_del(mee.storage)
mee.exif_set(key, value)
mee.write_out(outfile)
mee.commit(outfile)
if args["del"] and not args["--custom"]:
if args["--all"]:

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "mee"
version = "0.2.1"
version = "0.2.0"
description = "Minimalistic EXIF Editor."
authors = ["ge"]
license = "Unlicense"