Skip to content

Commit a527c43

Browse files
committed
major: bump pyRDF2Vec 0.2.1
1 parent 591439a commit a527c43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ filterwarnings = [
99

1010
[tool.poetry]
1111
name = "pyrdf2vec"
12-
version = "0.2.0"
12+
version = "0.2.1"
1313
description = "Python implementation and extension of RDF2Vec"
1414
license = "Ghent University and IMEC vzw"
1515
authors = [

pyrdf2vec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
__all__ = [
99
"RDF2VecTransformer",
1010
]
11-
__version__ = "0.2.0"
11+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)