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 2525copyright = '2018-2019 Onni Software Ltd. and its contributors'
2626author = 'C.W.'
2727# The short X.Y version
28- version = '0.0.4 '
28+ version = '0.0.5 '
2929# The full version, including alpha/beta/rc tags
30- release = '0.0.4 '
30+ release = '0.0.5 '
3131
3232# -- General configuration ---------------------------------------------------
3333
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ organisation: "moremoban"
33author : " C.W."
4455company : " 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 "
99copyright_year : 2018-2019
1010license : public license
1111dependencies :
Original file line number Diff line number Diff line change 1- __version__ = "0.0.4 "
1+ __version__ = "0.0.5 "
22__author__ = "C.W."
Original file line number Diff line number Diff line change 2929
3030NAME = "pypi-mobans-pkg"
3131AUTHOR = "C.W."
32- VERSION = "0.0.4 "
32+ VERSION = "0.0.5 "
33333434LICENSE = "public license"
3535DESCRIPTION = (
3636 "Scaffolding mobans for your Python project."
3737)
3838URL = "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
4040FILES = ["README.rst" , "CHANGELOG.rst" ]
4141KEYWORDS = [
4242 "python" ,
7070}
7171# You do not need to read beyond this line
7272PUBLISH_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" )
7575NO_GS_MESSAGE = ("Automatic github release is disabled. " +
7676 "Please install gease to enable it." )
7777UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments