From 8cff52b6f071a724f68e421f8eb24399c649d3c0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 15 Dec 2021 22:07:50 +0000 Subject: [PATCH] 0.0.19 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e40aea..f107280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.0.19 (2021-12-15) +### Fix +* Added some color option for the print msg ([`08fafbe`](https://github.com/ShervinAbd92/fcdproc/commit/08fafbea31ecb2f464c1230a0b42e95ea62e4a7d)) + ## v0.0.16 (2021-12-09) ### Fix * Changed the detect mode to just detection rather than combination of preprocess and detect ([`514e1d5`](https://github.com/ShervinAbd92/fcdproc/commit/514e1d5dcd0d496f6a9f0faf1d57f7336da83467)) diff --git a/setup.py b/setup.py index 2467e58..f2a9007 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ except ImportError: pass -__version__='0.0.18' +__version__='0.0.19' setup( name="fcdproc", version= __version__,