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']