Bump version

Update HISTORY.md
pull/2/head v0.3.0
Vinayak Mehta 2018-10-28 22:33:54 +05:30
parent 9cffe0adbe
commit f73062c1c4
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Release History
master master
------ ------
0.3.0 (2018-10-28)
------------------
**Improvements** **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). * [#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).

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
VERSION = (0, 2, 3) VERSION = (0, 3, 0)
__title__ = 'camelot-py' __title__ = 'camelot-py'
__description__ = 'PDF Table Extraction for Humans.' __description__ = 'PDF Table Extraction for Humans.'