Skip to content

Commit 3271fb6

Browse files
committed
0.0.2.dev1
1 parent 6db4c17 commit 3271fb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def read_text(file_name):
6464
# | 21 | DVSNIER_PROJECT_URLS | dict | | 项目 URL | |
6565
# | 22 | | | | | |
6666
DVSNIER_NAME = 'com.dvsnier.directory' # Required
67-
DVSNIER_VERSION = '0.0.1.dev3' # Required
67+
DVSNIER_VERSION = '0.0.2.dev1' # Required
6868
DVSNIER_DESCRIPTOIN = 'this is dvsnier directory.' # Optional
6969
# Get the long description from the README file
7070
DVSNIER_LONG_DESCRIPTOIN = read_text(str(PROJECT_DESCRIPTION)) # Optional
@@ -105,6 +105,7 @@ def read_text(file_name):
105105
# DVSNIER_PYTHON_REQUIRES = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*'
106106
DVSNIER_PYTHON_REQUIRES = '>=2.7, <4'
107107
DVSNIER_INSTALL_REQUIRES = [ # Optional
108+
108109
]
109110
DVSNIER_EXTRAS_REQUIRE = { # Optional
110111
'dev': ['check-manifest'],

0 commit comments

Comments
 (0)