Skip to content

Commit 551431e

Browse files
committed
update for 0.1.11.
1 parent 9e28c0d commit 551431e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphgallery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
from graphgallery import data
2424

2525

26-
__version__ = '0.1.10'
26+
__version__ = '0.1.11'
2727

2828
__all__ = ['graphgallery', 'nn', 'utils', 'sequence', 'data', '__version__']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
python_requires='>=3.6',
3939
license="MIT LICENSE",
4040
install_requires=install_requires,
41-
packages=setuptools.find_packages(exclude=("examples", "imgs")),
41+
packages=find_packages(exclude=("examples", "imgs")),
4242
classifiers=[
4343
"Programming Language :: Python :: 3",
4444
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)