diff --git a/src/rdflib_endpoint/__init__.py b/src/rdflib_endpoint/__init__.py index 663d486..a503571 100644 --- a/src/rdflib_endpoint/__init__.py +++ b/src/rdflib_endpoint/__init__.py @@ -1,5 +1,5 @@ """A package to deploy SPARQL endpoint to serve local RDF files, machine learning models, or any other logic implemented in Python, using RDFLib and FastAPI.""" -__version__ = "0.2.4" +__version__ = "0.2.5" from .sparql_endpoint import SparqlEndpoint