Skip to content

Commit

Permalink
update for 0.1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
EdisonLeeeee committed Aug 24, 2020
1 parent 9e28c0d commit 551431e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphgallery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
from graphgallery import data


__version__ = '0.1.10'
__version__ = '0.1.11'

__all__ = ['graphgallery', 'nn', 'utils', 'sequence', 'data', '__version__']
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
python_requires='>=3.6',
license="MIT LICENSE",
install_requires=install_requires,
packages=setuptools.find_packages(exclude=("examples", "imgs")),
packages=find_packages(exclude=("examples", "imgs")),
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 551431e

Please sign in to comment.