diff --git a/graphgallery/__init__.py b/graphgallery/__init__.py index cbff300a..0f091f94 100755 --- a/graphgallery/__init__.py +++ b/graphgallery/__init__.py @@ -23,6 +23,6 @@ from graphgallery import data -__version__ = '0.1.10' +__version__ = '0.1.11' __all__ = ['graphgallery', 'nn', 'utils', 'sequence', 'data', '__version__'] diff --git a/setup.py b/setup.py index 9976ffa5..69ff2037 100755 --- a/setup.py +++ b/setup.py @@ -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",