File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 25
25
copyright = '2018-2019 Onni Software Ltd. and its contributors'
26
26
author = 'C.W.'
27
27
# The short X.Y version
28
- version = '0.0.4 '
28
+ version = '0.0.5 '
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.0.4 '
30
+ release = '0.0.5 '
31
31
32
32
# -- General configuration ---------------------------------------------------
33
33
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ organisation: "moremoban"
3
3
author : " C.W."
4
4
5
5
company : " Onni Software Ltd. and its contributors"
6
- version : " 0.0.4 "
7
- current_version : " 0.0.4 "
8
- release : " 0.0.4 "
6
+ version : " 0.0.5 "
7
+ current_version : " 0.0.5 "
8
+ release : " 0.0.5 "
9
9
copyright_year : 2018-2019
10
10
license : public license
11
11
dependencies :
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.4 "
1
+ __version__ = "0.0.5 "
2
2
__author__ = "C.W."
Original file line number Diff line number Diff line change 29
29
30
30
NAME = "pypi-mobans-pkg"
31
31
AUTHOR = "C.W."
32
- VERSION = "0.0.4 "
32
+ VERSION = "0.0.5 "
33
33
34
34
LICENSE = "public license"
35
35
DESCRIPTION = (
36
36
"Scaffolding mobans for your Python project."
37
37
)
38
38
URL = "https://github.com/moremoban/pypi-mobans-pkg"
39
- DOWNLOAD_URL = "%s/archive/0.0.4 .tar.gz" % URL
39
+ DOWNLOAD_URL = "%s/archive/0.0.5 .tar.gz" % URL
40
40
FILES = ["README.rst" , "CHANGELOG.rst" ]
41
41
KEYWORDS = [
42
42
"python" ,
70
70
}
71
71
# You do not need to read beyond this line
72
72
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
73
- GS_COMMAND = ("gs pypi-mobans-pkg v0.0.4 " +
74
- "Find 0.0.4 in changelog for more details" )
73
+ GS_COMMAND = ("gs pypi-mobans-pkg v0.0.5 " +
74
+ "Find 0.0.5 in changelog for more details" )
75
75
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
76
76
"Please install gease to enable it." )
77
77
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments