diff --git a/HISTORY.md b/HISTORY.md index 3967a58..a642196 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ Release History =============== +0.2.2 (2018-10-08) +----------------- + +**Bugfixes** + +* Move opencv-python to extra\_requires. [#134](https://github.com/socialcopsdev/camelot/pull/134) by Vinayak Mehta. + 0.2.1 (2018-10-05) ------------------ @@ -51,4 +58,4 @@ Release History 0.1.0 (2018-09-24) ------------------ -* Birth! \ No newline at end of file +* Birth! diff --git a/MANIFEST.in b/MANIFEST.in index babd072..19d196d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include MANIFEST.in README.md HISTORY.md LICENSE requirements.txt requirements-dev.txt setup.py setup.cfg \ No newline at end of file +include MANIFEST.in README.md HISTORY.md LICENSE setup.py setup.cfg