From bd1d57a56104afd3c75603cd12523a834d5db71b Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Sat, 7 Jan 2017 15:50:20 +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 2fe1515..a3f6f78 100644 --- a/camelot/__init__.py +++ b/camelot/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.1' +__version__ = '1.0.0' __all__ = ['pdf', 'lattice', 'stream']