From 8c6b3353d296acbe80ea8a13bfcf2e3325e6c216 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Tue, 13 Apr 2021 14:17:04 -0700 Subject: [PATCH] fix version number --- CHANGELOG.md | 4 ++-- pillow_mbm/version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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'