From 0f8d4af2dc2a63348249d8a2c309925d3d8c3ec4 Mon Sep 17 00:00:00 2001 From: jajupmochi Date: Thu, 15 Oct 2020 16:13:29 +0200 Subject: [PATCH] Update version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cd45970..ee51e5c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ with open('requirements_pypi.txt') as fp: setuptools.setup( name="graphkit-learn", - version="0.2.1b1", + version="0.2.1", author="Linlin Jia", author_email="linlin.jia@insa-rouen.fr", description="A Python library for graph kernels, graph edit distances, and graph pre-images",