Compare commits
No commits in common. "5db22a23d61ed07ac5965ffdf8d0c2b2230d78db" and "eb7acff9dc7f8858008458563f24369d9141a6ff" have entirely different histories.
5db22a23d6
...
eb7acff9dc
7
mee.py
7
mee.py
@ -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.image.delete(mee.storage)
|
||||
mee.image.set(key, value)
|
||||
mee.write_out(outfile)
|
||||
mee.exif_set(key, value)
|
||||
mee.commit(outfile)
|
||||
|
||||
if args["del"] and not args["--custom"]:
|
||||
if args["--all"]:
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "mee"
|
||||
version = "0.2.1"
|
||||
version = "0.2.0"
|
||||
description = "Minimalistic EXIF Editor."
|
||||
authors = ["ge"]
|
||||
license = "Unlicense"
|
||||
|
Loading…
Reference in New Issue
Block a user