Skip to content

Commit

Permalink
Bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
chezou committed Apr 30, 2018
1 parent 29c0e2c commit a5743aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def read_file(filename):
about['__long_description__'] = f.read()



setup(
name=about['__title__'],
version=about['__version__'],
Expand Down
2 changes: 1 addition & 1 deletion tabula/__version__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = 'tabula-py'
__version__ = '1.0.0'
__version__ = '1.0.1'
__license__ = 'MIT License'
__description__ = 'Simple wrapper for tabula-java, read tables from PDF into DataFrame'
__author__ = 'Aki Ariga'
Expand Down

0 comments on commit a5743aa

Please sign in to comment.