File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ Downloads] ( https://static.pepy.tech/badge/owlapy )] ( https://pepy.tech/project/owlapy )
3
3
[ ![ Downloads] ( https://img.shields.io/pypi/dm/owlapy )] ( https://pypi.org/project/owlapy/ )
4
4
[ ![ Coverage] ( https://img.shields.io/badge/coverage-78%25-green )] ( https://dice-group.github.io/owlapy/usage/further_resources.html#coverage-report )
5
- [ ![ Pypi] ( https://img.shields.io/badge/pypi-1.4 .0-blue )] ( https://pypi.org/project/owlapy/1.4 .0/ )
6
- [ ![ Docs] ( https://img.shields.io/badge/documentation-1.4 .0-yellow )] ( https://dice-group.github.io/owlapy/usage/main.html )
5
+ [ ![ Pypi] ( https://img.shields.io/badge/pypi-1.5 .0-blue )] ( https://pypi.org/project/owlapy/1.5 .0/ )
6
+ [ ![ Docs] ( https://img.shields.io/badge/documentation-1.5 .0-yellow )] ( https://dice-group.github.io/owlapy/usage/main.html )
7
7
8
8
![ OWLAPY] ( docs/_static/images/owlapy_logo.png )
9
9
Original file line number Diff line number Diff line change 13
13
14
14
project = 'OWLAPY'
15
15
author = 'Ontolearn Team'
16
- release = '1.4 .0'
16
+ release = '1.5 .0'
17
17
18
18
# -- General configuration ---------------------------------------------------
19
19
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 1
1
# About owlapy
2
2
3
- ** Version:** owlapy 1.4 .0
3
+ ** Version:** owlapy 1.5 .0
4
4
5
5
** GitHub repository:** [ https://github.com/dice-group/owlapy ] ( https://github.com/dice-group/owlapy )
6
6
Original file line number Diff line number Diff line change 2
2
from .parser import dl_to_owl_expression , manchester_to_owl_expression
3
3
from .converter import owl_expression_to_sparql , owl_expression_to_sparql_with_confusion_matrix
4
4
5
- __version__ = '1.4 .0'
5
+ __version__ = '1.5 .0'
6
6
7
7
__all__ = [
8
8
'owl_expression_to_dl' , 'owl_expression_to_manchester' ,
Original file line number Diff line number Diff line change 5
5
setup (
6
6
name = "owlapy" ,
7
7
description = "OWLAPY is a Python Framework for creating and manipulating OWL Ontologies." ,
8
- version = "1.4 .0" ,
8
+ version = "1.5 .0" ,
9
9
packages = find_packages (),
10
10
include_package_data = True ,
11
11
package_data = {'owlapy' : ['jar_dependencies/*.jar' ],},
You can’t perform that action at this time.
0 commit comments