Skip to content

Commit 644bbe7

Browse files
committed
Bump version and update HISTORY.md
1 parent 1b4aa11 commit 644bbe7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Release History
44
master
55
------
66

7+
0.10.1 (2021-07-11)
8+
------------------
9+
10+
- Change extra requirements from `cv` to `base`. You can use `pip install "camelot-py[base]"` to install everything required to run camelot.
11+
712
0.10.0 (2021-07-11)
813
------------------
914

camelot/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
VERSION = (0, 10, 0)
3+
VERSION = (0, 10, 1)
44
PRERELEASE = None # alpha, beta or rc
55
REVISION = None
66

0 commit comments

Comments
 (0)