Skip to content

Commit 20b2ba4

Browse files
committed
style: bump to 0.1.0
1 parent 828e090 commit 20b2ba4

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.0.5"
12+
version = "0.1.0"
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
@@ -4,4 +4,4 @@
44
__all__ = [
55
"RDF2VecTransformer",
66
]
7-
__version__ = "0.0.5"
7+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)