Skip to content

Commit

Permalink
✨ add v1.2.0 versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedBabaei committed Dec 10, 2024
1 parent 648e68b commit 40409c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ontoaligner/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="OntoAligner",
version="1.1.0",
version="1.2.0",
author="Hamed Babaei Giglou",
author_email="[email protected]",
description="OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment",
Expand Down

0 comments on commit 40409c5

Please sign in to comment.