Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Jan 31, 2024
1 parent 3c64f4f commit d854879
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d854879

Please sign in to comment.