Skip to content

Commit

Permalink
fix global imports and bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Oct 28, 2024
1 parent bc4b4a6 commit d858e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sparql_llm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Utilities to improve LLMs capabilities when working with SPARQL and RDF."""

__version__ = "0.0.2"
__version__ = "0.0.3"

from .void_to_shex import get_shex_dict_from_void
from .void_to_shex import get_shex_dict_from_void, get_shex_from_void
from .validate_sparql import validate_sparql_with_void
from .sparql_examples_loader import SparqlExamplesLoader
from .sparql_void_shapes_loader import SparqlVoidShapesLoader

0 comments on commit d858e57

Please sign in to comment.