Skip to content

Commit

Permalink
major: bump pyRDF2Vec 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rememberYou committed Mar 22, 2021
1 parent 591439a commit a527c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ filterwarnings = [

[tool.poetry]
name = "pyrdf2vec"
version = "0.2.0"
version = "0.2.1"
description = "Python implementation and extension of RDF2Vec"
license = "Ghent University and IMEC vzw"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion pyrdf2vec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
__all__ = [
"RDF2VecTransformer",
]
__version__ = "0.2.0"
__version__ = "0.2.1"

0 comments on commit a527c43

Please sign in to comment.