File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414project = 'OWLAPY'
1515author = 'Ontolearn Team'
16- release = '1.1.1 '
16+ release = '1.2.0 '
1717
1818# -- General configuration ---------------------------------------------------
1919# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 11# About owlapy
22
3- ** Version:** owlapy 1.1.1
3+ ** Version:** owlapy 1.2.0
44
55** GitHub repository:** [ https://github.com/dice-group/owlapy ] ( https://github.com/dice-group/owlapy )
66
Original file line number Diff line number Diff line change 11from .render import owl_expression_to_dl , owl_expression_to_manchester
22from .parser import dl_to_owl_expression , manchester_to_owl_expression
33from .converter import owl_expression_to_sparql
4- __version__ = '1.1.1 '
4+ __version__ = '1.2.0 '
Original file line number Diff line number Diff line change 55setup (
66 name = "owlapy" ,
77 description = "OWLAPY is a Python Framework for creating and manipulating OWL Ontologies." ,
8- version = "1.1.1 " ,
8+ version = "1.2.0 " ,
99 packages = find_packages (),
1010 include_package_data = True ,
1111 package_data = {
You can’t perform that action at this time.
0 commit comments