From cbe7e97978be13a6c707d6bb549912435dc19d38 Mon Sep 17 00:00:00 2001 From: linlin Date: Mon, 19 Oct 2020 15:27:00 +0200 Subject: [PATCH] New translations setup.py (Chinese Simplified) --- lang/zh/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/zh/setup.py b/lang/zh/setup.py index cd45970..ee51e5c 100644 --- a/lang/zh/setup.py +++ b/lang/zh/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",