bump version
This commit is contained in:
parent
85c7b764ad
commit
5db22a23d6
2
mee.py
2
mee.py
@ -29,7 +29,7 @@ Environment:
|
|||||||
DEBUG enable debug messages.
|
DEBUG enable debug messages.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.2.0"
|
__version__ = "0.2.1"
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "mee"
|
name = "mee"
|
||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
description = "Minimalistic EXIF Editor."
|
description = "Minimalistic EXIF Editor."
|
||||||
authors = ["ge"]
|
authors = ["ge"]
|
||||||
license = "Unlicense"
|
license = "Unlicense"
|
||||||
|
Loading…
Reference in New Issue
Block a user