We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828e090 commit 20b2ba4Copy full SHA for 20b2ba4
pyproject.toml
@@ -9,7 +9,7 @@ filterwarnings = [
9
10
[tool.poetry]
11
name = "pyrdf2vec"
12
-version = "0.0.5"
+version = "0.1.0"
13
description = "Python implementation and extension of RDF2Vec"
14
license = "Ghent University and IMEC vzw"
15
authors = [
pyrdf2vec/__init__.py
@@ -4,4 +4,4 @@
4
__all__ = [
5
"RDF2VecTransformer",
6
]
7
-__version__ = "0.0.5"
+__version__ = "0.1.0"
0 commit comments