diff --git a/setup.py b/setup.py index 6d675de..a1d3f46 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read_file(filename): setup( name='tabula-py', - version='0.9.0', + version='1.0.0', description='Simple wrapper for tabula, read tables from PDF into DataFrame', long_description=read_file('README.md'), author=__author__,