From 6283589107b628605a4ce94cc01762a51c4b1911 Mon Sep 17 00:00:00 2001 From: Julian Minder Date: Tue, 21 Dec 2021 14:19:11 +0100 Subject: [PATCH] updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69d70da..99d49b7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name = "rel2graph", packages = find_packages(), - version = "0.1.1", + version = "0.2.1", description = "Library for converting relational data into graph data (neo4j)", author = "Julian Minder", author_email = "jminder@ethz.ch",