Skip to content

Commit

Permalink
🔖 Bump version 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eliorc committed Apr 30, 2022
1 parent 347e1b7 commit 3fc2f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node2vec/__init__.py
Expand Up @@ -2,4 +2,4 @@
from .node2vec import Node2Vec
from importlib import metadata

__version__ = metadata.version('node2vec')
__version__ = metadata.version('node2vec')
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "node2vec"
version = "0.4.4"
version = "0.4.5"
description = "Implementation of the node2vec algorithm"
authors = ["elior <elior.cohen.p@gmail.com>"]
repository = "https://github.com/eliorc/node2vec"
Expand Down

0 comments on commit 3fc2f3f

Please sign in to comment.