From 24dcd281c659b6b36cfd6ba01ce7996798161e16 Mon Sep 17 00:00:00 2001 From: Lucien Date: Mon, 12 Oct 2020 18:00:42 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f1bdc9e..5c30997 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def readme(filename: str = 'README.md') -> str: setup( name='flow-network', - version='0.0.1', + version='0.0.2', author='Lucien Shui', author_email='lucien@lucien.ink', url='https://github.com/LucienShui/flow-network',