From fdb4b0d4945138b029ad57bd5b558101e0affbfc Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Fri, 21 Apr 2017 15:41:32 +0530 Subject: [PATCH] Update version --- camelot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camelot/__init__.py b/camelot/__init__.py index ed19a28..55aee51 100644 --- a/camelot/__init__.py +++ b/camelot/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.0.0' +__version__ = '1.2.0' __all__ = ['pdf', 'lattice', 'stream', 'ocr']