From 2aefca5c67f8ed47c021be92c3315f6b551c9fbf Mon Sep 17 00:00:00 2001 From: Hamed Babaei Giglou Date: Fri, 20 Dec 2024 10:51:00 +0800 Subject: [PATCH] :bookmark: v1.2.2 --- ontoaligner/__init__.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ontoaligner/__init__.py b/ontoaligner/__init__.py index c008e67..b9e913a 100644 --- a/ontoaligner/__init__.py +++ b/ontoaligner/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "1.2.1" +__version__ = "1.2.2" from .pipeline import OntoAlignerPipeline from ontoaligner import ontology, base, encoder, ontology_matchers, utils, postprocess diff --git a/pyproject.toml b/pyproject.toml index 0c32fd6..f8aff58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OntoAligner" -version = "1.2.1" +version = "1.2.2" description = "OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment." authors = ["Hamed Babaei Giglou "] license = "MIT" diff --git a/setup.py b/setup.py index b0b6827..7ee857f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="OntoAligner", - version="1.2.1", + version="1.2.2", author="Hamed Babaei Giglou", author_email="hamedbabaeigiglou@gmail.com", description="OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment",