From f2416af11121454a4d66d60e910d104551d17ed1 Mon Sep 17 00:00:00 2001 From: Nikoletos Konstantinos <47646955+Nikoletos-K@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:33:28 +0300 Subject: [PATCH] changed version id --- pyproject.toml | 2 +- src/pyjedai/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1b88a76..22b27d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyjedai" -version = "0.1.1" +version = "0.1.2" description = "An open-source library that builds powerful end-to-end Entity Resolution workflows." readme = "README.md" authors = [ diff --git a/src/pyjedai/_version.py b/src/pyjedai/_version.py index 485f44a..b3f4756 100644 --- a/src/pyjedai/_version.py +++ b/src/pyjedai/_version.py @@ -1 +1 @@ -__version__ = "0.1.1" +__version__ = "0.1.2"