Skip to content

Commit a19de35

Browse files
committed
🔖 v1.2.1
1 parent 98f98a1 commit a19de35

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v1.2.1 (June 20, 2025)
4+
- fix toml packages reference
5+
- add print functionality to ontologizer
6+
37
### v1.2.0 (June 20, 2025)
48
- adding new ontology (Framester)
59
- enhance documentation

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ keywords:
3131
- Large Language Models
3232
- Text-to-ontology
3333
license: MIT
34-
version: 1.2.0
34+
version: 1.2.1
3535
date-released: '2025'

ontolearner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "1.2.0"
15+
__version__ = "1.2.1"
1616

1717
import logging
1818
from ontolearner import base, data_structure, ontology, text2onto, utils, tools, learner

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "OntoLearner"
33

4-
version = "1.2.0"
4+
version = "1.2.1"
55

66
description = "OntoLearner: A Modular Python Library for Ontology Learning with LLMs."
77
authors = ["Hamed Babaei Giglou <[email protected]>", "Andrei C. Aioanei <[email protected]>"]

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="OntoLearner",
8-
version="1.2.0",
8+
version="1.2.1",
99
author="Hamed Babaei Giglou, Andrei C. Aioanei",
1010
1111
description="OntoLearner: A Modular Python Library for Ontology Learning with LLMs.",

0 commit comments

Comments
 (0)