diff --git a/graph_db_interface/queries/triple_multi.py b/graph_db_interface/queries/triple_multi.py index 3e0d130..6879b7d 100644 --- a/graph_db_interface/queries/triple_multi.py +++ b/graph_db_interface/queries/triple_multi.py @@ -181,7 +181,6 @@ def all_triple_exists( Returns: bool: True if all exist, False otherwise. """ - self.logger.setLevel(10) named_graph = IRI(named_graph) if named_graph is not None else self.named_graph if not triples: diff --git a/pyproject.toml b/pyproject.toml index 22af2cf..1b27085 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "graph-db-interface" -version = "2.0.0" +version = "2.0.1" description = "A simple interface to interact with a GraphDB instance" authors = ["Jan-Felix Klein ", "Nico Brandt ", "Sören Weindel ", "Etienne Hoffmann "] readme = "README.md"