Skip to content

Commit

Permalink
chaning setup to bump version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredorubin96 committed Oct 9, 2023
1 parent eba110e commit 8e255bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
if __name__ == "__main__":
setup(
name="rdflib-neo4j",
version="0.1",
author="Jesús Barrasa",
author_email="[email protected],",
version="1.0",
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

0 comments on commit 8e255bb

Please sign in to comment.