diff --git a/setup.py b/setup.py index 0fea6f0..2a11598 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="oxrdflib", - version="0.1.1", + version="0.2.0", description="rdflib stores based on pyoxigraph", long_description=(pathlib.Path(__file__).parent / "README.md").read_text(), long_description_content_type="text/markdown",