Skip to content

Commit

Permalink
0.0.1.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
DovSnier committed Jun 11, 2021
1 parent 5110fe9 commit 94e6cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94e6cc8

Please sign in to comment.