From 94e6cc8df83526304760fd3cae6efb1eea4223b6 Mon Sep 17 00:00:00 2001 From: zhenwei-li Date: Fri, 11 Jun 2021 11:04:06 +0800 Subject: [PATCH] 0.0.1.dev1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35a528b..f52a9ff 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ def read_text(file_name): # | 21 | DVSNIER_PROJECT_URLS | dict | | 项目 URL | | # | 22 | | | | | | DVSNIER_NAME = 'com.dvsnier.git' # Required -DVSNIER_VERSION = '0.0.1.dev0' # Required +DVSNIER_VERSION = '0.0.1.dev1' # Required DVSNIER_DESCRIPTOIN = 'this is dvsnier git.' # Optional # Get the long description from the README file DVSNIER_LONG_DESCRIPTOIN = read_text(str(PROJECT_DESCRIPTION)) # Optional