From d1a67d68c81174c53f40c597ce174f768ba5d5a8 Mon Sep 17 00:00:00 2001 From: Konstantinos Nikoletos Date: Wed, 5 Jul 2023 21:45:01 +0300 Subject: [PATCH 1/2] Update _version.py --- src/pyjedai/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyjedai/_version.py b/src/pyjedai/_version.py index 034f46c..a73339b 100644 --- a/src/pyjedai/_version.py +++ b/src/pyjedai/_version.py @@ -1 +1 @@ -__version__ = "0.0.6" +__version__ = "0.0.8" From 833fdd3035604df7dd43b8f0d1f52cd2b358eacb Mon Sep 17 00:00:00 2001 From: Konstantinos Nikoletos Date: Wed, 5 Jul 2023 21:45:42 +0300 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3118112..f26a320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyjedai" -version = "0.0.7" +version = "0.0.8" description = "An open-source library that builds powerful end-to-end Entity Resolution workflows." readme = "README.md" authors = [