diff --git a/src/rdflib_endpoint/__init__.py b/src/rdflib_endpoint/__init__.py index c9f77a2..a9a6077 100644 --- a/src/rdflib_endpoint/__init__.py +++ b/src/rdflib_endpoint/__init__.py @@ -1,6 +1,6 @@ """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.5.0" +__version__ = "0.5.1" from .sparql_router import SparqlRouter from .sparql_endpoint import SparqlEndpoint