Skip to content

Commit 2aefca5

Browse files
committed
🔖 v1.2.2
1 parent 49bbe34 commit 2aefca5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ontoaligner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "1.2.1"
2+
__version__ = "1.2.2"
33

44
from .pipeline import OntoAlignerPipeline
55
from ontoaligner import ontology, base, encoder, ontology_matchers, utils, postprocess

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "OntoAligner"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = "OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment."
55
authors = ["Hamed Babaei Giglou <[email protected]>"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="OntoAligner",
8-
version="1.2.1",
8+
version="1.2.2",
99
author="Hamed Babaei Giglou",
1010
author_email="[email protected]",
1111
description="OntoAligner: A Comprehensive Modular and Robust Python Toolkit for Ontology Alignment",

0 commit comments

Comments
 (0)