Skip to content

Commit 44113b9

Browse files
committed
Increased version for new release
1 parent 257fbd5 commit 44113b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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.1.1'
16+
release = '1.2.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.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

owlapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .render import owl_expression_to_dl, owl_expression_to_manchester
22
from .parser import dl_to_owl_expression, manchester_to_owl_expression
33
from .converter import owl_expression_to_sparql
4-
__version__ = '1.1.1'
4+
__version__ = '1.2.0'

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.1.1",
8+
version="1.2.0",
99
packages=find_packages(),
1010
include_package_data=True,
1111
package_data={

0 commit comments

Comments
 (0)