From 9b2fc53e587abd12f075f12b4090f882b0a5e796 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Fri, 5 Oct 2018 20:22:46 +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 e424199..855e8c8 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 2, 0) +VERSION = (0, 2, 1) __title__ = 'camelot-py' __description__ = 'PDF Table Extraction for Humans.'