From 8e255bb7a4b8ef07ce86635958d73a32898ba13a Mon Sep 17 00:00:00 2001 From: Alfred Rubin Date: Mon, 9 Oct 2023 16:07:43 +0200 Subject: [PATCH] chaning setup to bump version to 1.0 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2716b92..081703b 100644 --- a/setup.py +++ b/setup.py @@ -23,9 +23,9 @@ if __name__ == "__main__": setup( name="rdflib-neo4j", - version="0.1", - author="Jesús Barrasa", - author_email="jbarrasa@outlook.com,", + version="1.0", + author="Jesús Barrasa, Aleksandar Simeunovic, Alfredo Rubin", + author_email="jbarrasa@outlook.com, aleksandar.simeunovic@neo4j.com, alfredo.rubin@neo4j.com", description="RDFLib Store backed by neo4j", keywords="neo4j, rdflib, neosemantics, n10s", long_description="RDFLib Store backed by neo4j",