提交 99988d27 编写于 作者: K Kentaro Wada

2.0.2

上级 b4fe6c6e
......@@ -8,7 +8,7 @@ import subprocess
import sys
version = '2.0.1'
version = '2.0.2'
if sys.argv[1] == 'release':
......@@ -17,6 +17,7 @@ if sys.argv[1] == 'release':
'git tag v{0}'.format(version),
'git push origin master --tag']:
subprocess.call(shlex.split(cmd))
sys.exit(0)
class LabelmeBuildPyCommand(BuildPyCommand):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册