-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chaning setup to bump version to 1.0
- Loading branch information
1 parent
eba110e
commit 8e255bb
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|