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