Skip to content

Commit 641b71e

Browse files
committed
🔖 v1.1.0
1 parent 1f735e7 commit 641b71e

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
4+
### v1.1.0 (May 13, 2025)
5+
- Version changes
6+
- Refactor documentations
7+
- Add Readme
8+
- Fix learner model and pipelines
9+
310
### v1.0.1 (May 13, 2025)
411
- Fix typo mistake in CITATION.cf
512

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.0.1
34+
version: 1.1.0
3535
date-released: '2025'

ontolearner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.1.0"
22

33
import logging
44

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 = "OntoLearner"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "OntoLearner: A Modular Python Library for Ontology Learning with LLMs."
55
authors = ["Hamed Babaei Giglou <[email protected]>", "Andrei C. Aioanei <[email protected]>"]
66
license = "MIT License"

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.0.0",
8+
version="1.1.0",
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)