Skip to content

Commit

Permalink
🏗️ __version__
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorc committed Oct 9, 2021
1 parent 02fefed commit 60e4e14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node2vec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
from . import edges
from .node2vec import Node2Vec
from importlib import metadata

__version__ = metadata.version('node2vec')

0 comments on commit 60e4e14

Please sign in to comment.