Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed May 24, 2024
1 parent bba4666 commit 84b5c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdflib_endpoint/__init__.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 84b5c16

Please sign in to comment.