diff --git a/CHANGELOG.md b/CHANGELOG.md index 14491d2..d83bb5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ All notable changes to this project will be documented in this file -## 0.1.3 - 2021-04-13 +## 0.1.2 - 2021-04-13 ### Added - new `--verbose` command line option that prints the input and output path for each file -## 0.1.2 - 2021-04-12 +## 0.1.1 - 2021-04-12 ### Added - First stable release \ No newline at end of file diff --git a/pillow_mbm/version.py b/pillow_mbm/version.py index 8ce9b36..10939f0 100644 --- a/pillow_mbm/version.py +++ b/pillow_mbm/version.py @@ -1 +1 @@ -__version__ = '0.1.3' +__version__ = '0.1.2'