Skip to content

Commit 4803b5a

Browse files
committed
fix pypi package bugs
1 parent 12c5e04 commit 4803b5a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
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.12'
26+
__version__ = '0.2.0'
2727

2828
__all__ = ['graphgallery', 'nn', 'utils', 'sequence', 'data', '__version__']
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from graphgallery.nn.models.semisupervised.experimental import *

graphgallery/nn/models/semisupervised/experimental/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)