提交 62e9b6ce 编写于 作者: K Kentaro Wada

3.16.3

上级 68a800e1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
.TH LABELME "1" "July 2019" "labelme 3.16.2" "User Commands" .TH LABELME "1" "August 2019" "labelme 3.16.3" "User Commands"
.SH NAME .SH NAME
labelme \- manual page for labelme 3.16.2 labelme \- manual page for labelme 3.16.3
.SH DESCRIPTION .SH DESCRIPTION
usage: labelme [\-h] [\-\-version] [\-\-reset\-config] usage: labelme [\-h] [\-\-version] [\-\-reset\-config]
.IP .IP
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
# 1. MAJOR version when you make incompatible API changes; # 1. MAJOR version when you make incompatible API changes;
# 2. MINOR version when you add functionality in a backwards-compatible manner; # 2. MINOR version when you add functionality in a backwards-compatible manner;
# 3. PATCH version when you make backwards-compatible bug fixes. # 3. PATCH version when you make backwards-compatible bug fixes.
__version__ = '3.16.2' __version__ = '3.16.3'
...@@ -83,7 +83,7 @@ if sys.argv[1] == 'release': ...@@ -83,7 +83,7 @@ if sys.argv[1] == 'release':
sys.exit(1) sys.exit(1)
commands = [ commands = [
'python tests/docs_tests/man_tests/test_labelme.1.py', 'python tests/docs_tests/man_tests/test_labelme_1.py',
'git tag v{:s}'.format(version), 'git tag v{:s}'.format(version),
'git push origin master --tag', 'git push origin master --tag',
'python setup.py sdist', 'python setup.py sdist',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册