From 3ef206edfda85dac43cbeae81550412dae9f17ae Mon Sep 17 00:00:00 2001 From: Hamed Babaei Giglou Date: Wed, 11 Dec 2024 01:45:17 +0100 Subject: [PATCH] :bookmark: add v1.2.1 --- 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 639c0e3..c008e67 100644 --- a/ontoaligner/__init__.py +++ b/ontoaligner/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "1.2.0" +__version__ = "1.2.1" from .pipeline import OntoAlignerPipeline from ontoaligner import ontology, base, encoder, ontology_matchers, utils, postprocess diff --git a/pyproject.toml b/pyproject.toml index 82bd970..0c32fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OntoAligner" -version = "1.2.0" +version = "1.2.1" 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 d5c4ea0..8e7bc2a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="OntoAligner", - version="1.2.0", + version="1.2.1", author="Hamed Babaei Giglou", author_email="hamedbabaeigiglou@gmail.com", description="OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment",