Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/1.0 #15

Merged
merged 3 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
setup(
name="rdflib-neo4j",
version="1.0",
author="Jesús Barrasa",
author_email="[email protected],",
author="Jesús Barrasa, Aleksandar Simeunovic, Alfredo Rubin",
author_email="[email protected], [email protected], [email protected]",
description="RDFLib Store backed by neo4j",
keywords="neo4j, rdflib, neosemantics, n10s",
long_description="RDFLib Store backed by neo4j",
Expand Down
2 changes: 0 additions & 2 deletions test/integration/multival_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,3 @@ def test_read_file_multival_array_as_set_behavior(neo4j_container, neo4j_driver)
database_=RDFLIB_DB)

assert len(records) == 0

x = 1