diff --git a/setup.py b/setup.py index 8da2aa7..dd214cb 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( - version='0.1.1', + version='0.1.2', name='rdflib-endpoint', license='MIT License', description='A SPARQL endpoint to serve machine learning models, or any other logic implemented in Python, using RDFLib and FastAPI.',