We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc0b7d commit cb3daa8Copy full SHA for cb3daa8
setup.py
@@ -65,7 +65,7 @@ def read_text(file_name):
65
# | 21 | DVSNIER_PROJECT_URLS | dict | | 项目 URL | |
66
# | 22 | | | | | |
67
DVSNIER_NAME = 'com.dvsnier.process' # Required
68
-DVSNIER_VERSION = '0.0.1.dev1' # Required
+DVSNIER_VERSION = '0.0.1.dev2' # Required
69
DVSNIER_DESCRIPTOIN = 'this is dvsnier process.' # Optional
70
# Get the long description from the README file
71
DVSNIER_LONG_DESCRIPTOIN = read_text(str(PROJECT_DESCRIPTION)) # Optional
0 commit comments