From d8548790a2e33cf8e634d456cf36b89a4c811918 Mon Sep 17 00:00:00 2001 From: Alkid Date: Wed, 31 Jan 2024 17:03:29 +0100 Subject: [PATCH] new release --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 02d92f8b..84e56b2a 100644 --- a/setup.py +++ b/setup.py @@ -4,8 +4,9 @@ long_description = fh.read() setup( name="owlapy", - description="Owlapy is loosely based on owlapi, successfully representing the main owl objects in python.", - version="0.1.0", + description="Owlapy is loosely based on owlapi - the java counterpart, " + "successfully representing the main owl objects in python.", + version="0.1.1", packages=find_packages(), install_requires=[ "pandas>=1.5.0",