Skip to content

Commit

Permalink
Bump up
Browse files Browse the repository at this point in the history
  • Loading branch information
chezou committed May 18, 2017
1 parent 1307e0d commit 0685a37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ See [example notebook](./examples/tabula_example.ipynb)
- output_path (str, optional):
- Output file path. File format of it is depends on `format`.
- Same as `--outfile` option of tabula-java.
- java_options (`list`, optional):
- Set java options like `-Xmx256m`.


## FAQ
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='tabula-py',
version='0.5.0',
version='0.6.0',
description='Simple wrapper for tabula, read tables from PDF into DataFrame',
author=__author__,
author_email='[email protected]',
Expand Down

0 comments on commit 0685a37

Please sign in to comment.