We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5110fe9 commit 94e6cc8Copy full SHA for 94e6cc8
setup.py
@@ -63,7 +63,7 @@ def read_text(file_name):
63
# | 21 | DVSNIER_PROJECT_URLS | dict | | 项目 URL | |
64
# | 22 | | | | | |
65
DVSNIER_NAME = 'com.dvsnier.git' # Required
66
-DVSNIER_VERSION = '0.0.1.dev0' # Required
+DVSNIER_VERSION = '0.0.1.dev1' # Required
67
DVSNIER_DESCRIPTOIN = 'this is dvsnier git.' # Optional
68
# Get the long description from the README file
69
DVSNIER_LONG_DESCRIPTOIN = read_text(str(PROJECT_DESCRIPTION)) # Optional
0 commit comments