diff --git a/jupyter-rdfify/__init__.py b/jupyter-rdfify/__init__.py index 09e52e6d434f00babe258388fade98a405d03240..e8a435828ab36db1269a517664c755f036fef405 100644 --- a/jupyter-rdfify/__init__.py +++ b/jupyter-rdfify/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.0.0' +__version__ = '1.0.1' from IPython.display import display_javascript from .jupyter_rdf import JupyterRDF diff --git a/setup.py b/setup.py index d89f99000783618c880671eff2562beb1e2f9638..c3ac85b7930a29f91c4e563dfbded1843cb73aeb 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="jupyter-rdfify", - version="1.0.0", + version="1.0.1", author="Lars Pieschel", author_email="lars.pieschel@rwth-aachen.de", description="IPython Extension for semantic web technology support (Turtle, SPARQL, ShEx, etc.)", @@ -16,7 +16,7 @@ setuptools.setup( install_requires=[ "rdflib", "rdflib-jsonld", - "ipython>=7.18.0", + "ipython>=7.0.0", "graphviz", "sparqlwrapper", "owlrl",