Skip to content

Commit fd58fd3

Browse files
committed
🔖 v0.4.0
1 parent ef313aa commit fd58fd3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
### v0.4.0 (May 2, 2025)
4+
- Added text2onto module
5+
- Bug fixings to the text2onto new module
6+
- Added text2onto documentation page
7+
- Added minor necessary files to the repo.
8+
39
### v0.3.0 (April 24, 2025)
410
- Added full ontologies
511
- Automated documentation generation

ontolearner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.4.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 = "0.3.0"
3+
version = "0.4.0"
44
description = "OntoLearner: Ontology Learning Framework."
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="0.3.0",
8+
version="0.4.0",
99
author="Hamed Babaei Giglou, Andrei C. Aioanei",
1010
1111
description="OntoLearner: Ontology Learning Framework",

0 commit comments

Comments
 (0)