diff --git a/ontoaligner/__init__.py b/ontoaligner/__init__.py index b333976..639c0e3 100644 --- a/ontoaligner/__init__.py +++ b/ontoaligner/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "1.1.0" +__version__ = "1.2.0" from .pipeline import OntoAlignerPipeline from ontoaligner import ontology, base, encoder, ontology_matchers, utils, postprocess diff --git a/pyproject.toml b/pyproject.toml index c2bfcd8..aaee075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OntoAligner" -version = "1.1.0" +version = "1.2.0" 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 8337fed..d5c4ea0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="OntoAligner", - version="1.1.0", + version="1.2.0", author="Hamed Babaei Giglou", author_email="hamedbabaeigiglou@gmail.com", description="OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment",