From a527c43fe1ad86bfe4f9e6a2398bd18c8e1619de Mon Sep 17 00:00:00 2001 From: Terencio Agozzino Date: Mon, 22 Mar 2021 11:59:15 +0100 Subject: [PATCH] major: bump pyRDF2Vec 0.2.1 --- pyproject.toml | 2 +- pyrdf2vec/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0572d41..544945fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ diff --git a/pyrdf2vec/__init__.py b/pyrdf2vec/__init__.py index b29f6e72..d85c3189 100644 --- a/pyrdf2vec/__init__.py +++ b/pyrdf2vec/__init__.py @@ -8,4 +8,4 @@ __all__ = [ "RDF2VecTransformer", ] -__version__ = "0.2.0" +__version__ = "0.2.1"