Skip to content

Commit 190c2cb

Browse files
committed
🔖 v1.1.2
1 parent 22e4e83 commit 190c2cb

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

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

3+
### v1.1.2 (June 11, 2025)
4+
- add PKO ontology
5+
- add push-to-hub interface
6+
- refactor documentation.
7+
38
### v1.1.1 (May 27, 2025)
49
- add HF documentation
510
- add license headers

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.1.1
34+
version: 1.1.2
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.1.1"
15+
__version__ = "1.1.2"
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.1.1"
4+
version = "1.1.2"
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.1.1",
8+
version="1.1.2",
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)