From 9bb623be63c85d3eaf34c2a2f6e030986412bb14 Mon Sep 17 00:00:00 2001 From: lightsmile Date: Tue, 26 Mar 2019 23:33:43 +0800 Subject: [PATCH] update the version of library --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 036b245..bf8f643 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open('./requirements.txt', 'r', encoding='utf8') as f: setup( name='lightKG', - version='0.0.1.0', + version='0.1.0.0', description="lightsmile's knowledge graph library", author='lightsmile', author_email='iamlightsmile@gmail.com',