From f73062c1c4c431bfeb323263dce95c503d50e91c Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sun, 28 Oct 2018 22:33:54 +0530 Subject: [PATCH] Bump version Update HISTORY.md --- HISTORY.md | 3 +++ camelot/__version__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 6ab4c92..6c1bc42 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,9 @@ Release History master ------ +0.3.0 (2018-10-28) +------------------ + **Improvements** * [#162](https://github.com/socialcopsdev/camelot/issues/162) Add password keyword argument. [#180](https://github.com/socialcopsdev/camelot/pull/180) by [rbares](https://github.com/rbares). diff --git a/camelot/__version__.py b/camelot/__version__.py index 89f8c08..646976f 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 2, 3) +VERSION = (0, 3, 0) __title__ = 'camelot-py' __description__ = 'PDF Table Extraction for Humans.'