Skip to content

Commit

Permalink
incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
alkidbaci committed Apr 18, 2024
1 parent b33240c commit 5020604
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion owlapy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .render import owl_expression_to_dl, owl_expression_to_manchester
from .parser import dl_to_owl_expression, manchester_to_owl_expression
from .converter import owl_expression_to_sparql
__version__ = '0.1.3'
__version__ = '1.0.0'
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
long_description = fh.read()
setup(
name="owlapy",
description="Owlapy is loosely based on owlapi - the java counterpart, "
"successfully representing the main owl objects in python.",
version="0.1.3",
description="OWLAPY is a Python Framework for creating and manipulating OWL Ontologies.",
version="1.0.0",
packages=find_packages(),
install_requires=[
"pandas>=1.5.0",
Expand Down

0 comments on commit 5020604

Please sign in to comment.