We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591439a commit a527c43Copy full SHA for a527c43
pyproject.toml
@@ -9,7 +9,7 @@ filterwarnings = [
9
10
[tool.poetry]
11
name = "pyrdf2vec"
12
-version = "0.2.0"
+version = "0.2.1"
13
description = "Python implementation and extension of RDF2Vec"
14
license = "Ghent University and IMEC vzw"
15
authors = [
pyrdf2vec/__init__.py
@@ -8,4 +8,4 @@
8
__all__ = [
"RDF2VecTransformer",
]
-__version__ = "0.2.0"
+__version__ = "0.2.1"
0 commit comments