Skip to content

Commit 43a0428

Browse files
committed
0.0.2.dev1
1 parent eec681b commit 43a0428

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def read_text(file_name):
6565
# | 21 | DVSNIER_PROJECT_URLS | dict | | 项目 URL | |
6666
# | 22 | | | | | |
6767
DVSNIER_NAME = 'com.dvsnier.config' # Required
68-
DVSNIER_VERSION = '0.0.1.dev1' # Required
68+
DVSNIER_VERSION = '0.0.2.dev1' # Required
6969
DVSNIER_DESCRIPTOIN = 'this is dvsnier config.' # Optional
7070
# Get the long description from the README file
7171
DVSNIER_LONG_DESCRIPTOIN = read_text(str(PROJECT_DESCRIPTION)) # Optional
@@ -107,7 +107,6 @@ def read_text(file_name):
107107
# DVSNIER_PYTHON_REQUIRES = '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*'
108108
DVSNIER_PYTHON_REQUIRES = '>=2.7, <4'
109109
DVSNIER_INSTALL_REQUIRES = [ # Optional
110-
111110
]
112111
DVSNIER_EXTRAS_REQUIRE = { # Optional
113112
'dev': ['check-manifest'],

0 commit comments

Comments
 (0)