Bump version

pull/2/head v0.2.3
Vinayak Mehta 2018-10-08 03:54:21 +05:30
parent 296be21d9d
commit 45e7f7570e
2 changed files with 7 additions and 2 deletions

View File

@ -1,8 +1,13 @@
Release History Release History
=============== ===============
0.2.3 (2018-10-08)
------------------
* Remove hard dependencies on requirements versions.
0.2.2 (2018-10-08) 0.2.2 (2018-10-08)
----------------- ------------------
**Bugfixes** **Bugfixes**

View File

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