Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afc59d6223 | |||
| 9b75175af2 | |||
| 5db22a23d6 | |||
| 85c7b764ad |
5
mee.py
5
mee.py
@@ -29,7 +29,7 @@ Environment:
|
||||
DEBUG enable debug messages.
|
||||
"""
|
||||
|
||||
__version__ = "0.2.0"
|
||||
__version__ = "0.2.1"
|
||||
|
||||
import os
|
||||
import sys
|
||||
@@ -208,8 +208,9 @@ def cli() -> None:
|
||||
print(tag)
|
||||
|
||||
if args["set"] and not args["--custom"]:
|
||||
mee.exif_del(mee.storage)
|
||||
mee.exif_set(key, value)
|
||||
mee.commit(outfile)
|
||||
mee.write_out(outfile)
|
||||
|
||||
if args["del"] and not args["--custom"]:
|
||||
if args["--all"]:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "mee"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
description = "Minimalistic EXIF Editor."
|
||||
authors = ["ge"]
|
||||
license = "Unlicense"
|
||||
|
||||
Reference in New Issue
Block a user