From 1fd447952171cbb5ac87517fdc6f17cb665278b2 Mon Sep 17 00:00:00 2001 From: YangZhou Date: Fri, 9 Dec 2022 17:32:21 +0800 Subject: [PATCH] change version to 1.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3e5e728..608f26cb 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ from setuptools.command.test import test HERE = Path(os.path.abspath(os.path.dirname(__file__))) -VERSION = '0.0.0' +VERSION = '1.3.0' COMMITID = 'none' base = [