From ac3621dec3ec8071f86e3959ba185a9c9d99278b Mon Sep 17 00:00:00 2001 From: Alkid Date: Mon, 27 May 2024 13:43:20 +0200 Subject: [PATCH] New release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 361c80d..b010182 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="owlapy", description="OWLAPY is a Python Framework for creating and manipulating OWL Ontologies.", - version="1.0.2", + version="1.1.0", packages=find_packages(), install_requires=[ "pandas>=1.5.0",