From 60993c40648714269a67a2a1cb97b6fcedaa827b Mon Sep 17 00:00:00 2001 From: Vincent Emonet Date: Mon, 19 Dec 2022 16:47:13 +0100 Subject: [PATCH] up version --- src/rdflib_endpoint/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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