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 28
28
author = u'C.W.'
29
29
30
30
# The short X.Y version
31
- version = u'0.0.1-rc1 '
31
+ version = u'0.0.1'
32
32
# The full version, including alpha/beta/rc tags
33
- release = u'0.0.1-rc1 '
33
+ release = u'0.0.1'
34
34
35
35
36
36
# -- General configuration ---------------------------------------------------
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."
6
- version : " 0.0.1-rc1 "
7
- current_version : " 0.0.1-rc1 "
8
- release : " 0.0.1-rc1 "
6
+ version : " 0.0.1"
7
+ current_version : " 0.0.1"
8
+ release : " 0.0.1"
9
9
copyright_year : 2018
10
10
license : public license
11
11
dependencies :
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.1-rc1 "
1
+ __version__ = "0.0.1"
2
2
__author__ = "C.W."
Original file line number Diff line number Diff line change 12
12
13
13
NAME = 'pypi-mobans-pkg'
14
14
AUTHOR = 'C.W.'
15
- VERSION = '0.0.1-rc1 '
15
+ VERSION = '0.0.1'
16
16
17
17
LICENSE = 'public license'
18
18
DESCRIPTION = (
19
19
'Scaffolding mobans for your Python project.'
20
20
)
21
21
URL = 'https://github.com/moremoban/pypi-mobans-pkg'
22
- DOWNLOAD_URL = '%s/archive/0.0.1-rc1 .tar.gz' % URL
22
+ DOWNLOAD_URL = '%s/archive/0.0.1.tar.gz' % URL
23
23
FILES = ['README.rst' , 'CHANGELOG.rst' ]
24
24
KEYWORDS = [
25
25
'python'
49
49
# You do not need to read beyond this line
50
50
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
51
51
sys .executable )
52
- GS_COMMAND = ('gs pypi-mobans-pkg v0.0.1-rc1 ' +
53
- "Find 0.0.1-rc1 in changelog for more details" )
52
+ GS_COMMAND = ('gs pypi-mobans-pkg v0.0.1 ' +
53
+ "Find 0.0.1 in changelog for more details" )
54
54
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
55
55
'Please install gease to enable it.' )
56
56
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments