Skip to content

Commit 9765a6c

Browse files
committed
🔖 v0.2.0
1 parent 3c43f88 commit 9765a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.0"
3+
version = "0.2.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.1.0",
8+
version="0.2.0",
99
author="Hamed Babaei Giglou, Andrei C. Aioanei",
1010
1111
description="OntoLearner: Ontology Learning Framework",

0 commit comments

Comments
 (0)