提交 6d74613f 编写于 作者: K Kentaro Wada

3.6.4

上级 1a39c328
......@@ -2,4 +2,4 @@
# 1. MAJOR version when you make incompatible API changes;
# 2. MINOR version when you add functionality in a backwards-compatible manner;
# 3. PATCH version when you make backwards-compatible bug fixes.
__version__ = '3.6.3'
__version__ = '3.6.4'
......@@ -86,7 +86,7 @@ if sys.argv[1] == 'release':
'git tag v{:s}'.format(version),
'git push origin master --tag',
'python setup.py sdist',
'twine upload dist/*',
'twine upload dist/*.tar.gz',
]
for cmd in commands:
subprocess.check_call(shlex.split(cmd))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册