diff --git a/HISTORY.md b/HISTORY.md index bd53939..9c2f32c 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,11 @@ Release History master ------ +0.10.1 (2021-07-11) +------------------ + +- Change extra requirements from `cv` to `base`. You can use `pip install "camelot-py[base]"` to install everything required to run camelot. + 0.10.0 (2021-07-11) ------------------ diff --git a/camelot/__version__.py b/camelot/__version__.py index fc20419..1e903cd 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 10, 0) +VERSION = (0, 10, 1) PRERELEASE = None # alpha, beta or rc REVISION = None