From 759e635a3c5697ffe15b13b85d627a7bbdad5ac0 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Tue, 25 Sep 2018 12:32:01 +0530 Subject: [PATCH] Bump version --- camelot/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camelot/__version__.py b/camelot/__version__.py index 2325d3c..5b917bc 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 1, 1) +VERSION = (0, 1, 2) __title__ = 'camelot-py' __description__ = 'PDF Table Extraction for Humans.'