Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Nov 27, 2016
1 parent 973e255 commit eac883a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setuptools.setup(
name="pytablereader",
version="0.6.6",
version="0.6.7",
url="https://github.com/thombashi/pytablereader",

author="Tsuyoshi Hombashi",
Expand All @@ -32,7 +32,7 @@
include_package_data=True,
install_requires=install_requires,
keywords=[
"table", "reader",
"table", "reader", "pandas",
"CSV", "Excel", "HTML", "JSON", "Markdown", "MediaWiki",
],
long_description=long_description,
Expand Down

0 comments on commit eac883a

Please sign in to comment.