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"