From 43b2d7f14fa9d4758a15cfc21dc7da7c54cded46 Mon Sep 17 00:00:00 2001 From: Laurenz Neumann <laurenz.neumann@dbis.rwth-aachen.de> Date: Mon, 12 May 2025 12:57:20 +0200 Subject: [PATCH] adjusted version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c832347..9f59c7d 100644 --- a/setup.py +++ b/setup.py @@ -5,10 +5,10 @@ with open("README.md", "r") as fh: setuptools.setup( name="jupyter-rdfify", - version="1.0.2", + version="1.1", author="Lars Pieschel & Md. Rezaul Karim", author_email="lars.pieschel@rwth-aachen.de", - description="IPython Extension for semantic web technology support (Turtle, SPARQL, ShEx, etc.)", + description="IPython Extension for semantic web technology support (Turtle, SPARQL, etc.)", long_description=long_description, long_description_content_type="text/markdown", url="https://git.rwth-aachen.de/i5/teaching/jupyter-rdfify", -- GitLab