Skip to content

Commit 960053a

Browse files
committed
New release: version increase
1 parent a3f94de commit 960053a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[![Downloads](https://static.pepy.tech/badge/owlapy)](https://pepy.tech/project/owlapy)
33
[![Downloads](https://img.shields.io/pypi/dm/owlapy)](https://pypi.org/project/owlapy/)
44
[![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)
77

88
![OWLAPY](docs/_static/images/owlapy_logo.png)
99

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
project = 'OWLAPY'
1515
author = 'Ontolearn Team'
16-
release = '1.4.0'
16+
release = '1.5.0'
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/usage/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# About owlapy
22

3-
**Version:** owlapy 1.4.0
3+
**Version:** owlapy 1.5.0
44

55
**GitHub repository:** [https://github.com/dice-group/owlapy](https://github.com/dice-group/owlapy)
66

owlapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .parser import dl_to_owl_expression , manchester_to_owl_expression
33
from .converter import owl_expression_to_sparql, owl_expression_to_sparql_with_confusion_matrix
44

5-
__version__ = '1.4.0'
5+
__version__ = '1.5.0'
66

77
__all__ = [
88
'owl_expression_to_dl', 'owl_expression_to_manchester',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
setup(
66
name="owlapy",
77
description="OWLAPY is a Python Framework for creating and manipulating OWL Ontologies.",
8-
version="1.4.0",
8+
version="1.5.0",
99
packages=find_packages(),
1010
include_package_data=True,
1111
package_data={'owlapy': ['jar_dependencies/*.jar'],},

0 commit comments

Comments
 (0)