diff --git a/setup.py b/setup.py index c832347359e523a09a219d2b300b46cd145c0f7c..9f59c7d7976855ba6242dc9cbe73e54a146143d4 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",