Commit 2132599f authored by Yuxin Wu's avatar Yuxin Wu

bump version

parent 26321ae5
...@@ -23,7 +23,7 @@ setup( ...@@ -23,7 +23,7 @@ setup(
long_description=long_description, long_description=long_description,
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
install_requires=[ install_requires=[
"numpy", "numpy>=1.14",
"six", "six",
"termcolor>=1.1", "termcolor>=1.1",
"tabulate>=0.7.7", "tabulate>=0.7.7",
......
...@@ -54,4 +54,4 @@ except ImportError: ...@@ -54,4 +54,4 @@ except ImportError:
# This line has to be the last line of the file. # This line has to be the last line of the file.
# setup.py will use it to determine the version # setup.py will use it to determine the version
__version__ = '0.8.6' __version__ = '0.8.7'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment