Skip to content

Commit

Permalink
fix pypi package bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
EdisonLeeeee committed Aug 26, 2020
1 parent 12c5e04 commit 4803b5a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
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.12'
__version__ = '0.2.0'

__all__ = ['graphgallery', 'nn', 'utils', 'sequence', 'data', '__version__']
1 change: 1 addition & 0 deletions graphgallery/nn/models/semisupervised/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from graphgallery.nn.models.semisupervised.experimental import *
Empty file.

0 comments on commit 4803b5a

Please sign in to comment.