Kentaro Wada 5 anos atrás
pai
commit
290ef952e6
3 arquivos alterados com 7 adições e 5 exclusões
  1. 2 2
      docs/man/labelme.1
  2. 1 1
      labelme/_version.py
  3. 4 2
      setup.py

+ 2 - 2
docs/man/labelme.1

@@ -1,7 +1,7 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.8.
-.TH LABELME "1" "August 2019" "labelme 3.16.6" "User Commands"
+.TH LABELME "1" "August 2019" "labelme 3.16.7" "User Commands"
 .SH NAME
-labelme \- manual page for labelme 3.16.6
+labelme \- manual page for labelme 3.16.7
 .SH DESCRIPTION
 usage: labelme [\-h] [\-\-version] [\-\-reset\-config]
 .IP

+ 1 - 1
labelme/_version.py

@@ -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.16.6'
+__version__ = '3.16.7'

+ 4 - 2
setup.py

@@ -124,8 +124,10 @@ setup(
         'Intended Audience :: Developers',
         'Natural Language :: English',
         'Programming Language :: Python',
-        'Programming Language :: Python :: 2',
-        'Programming Language :: Python :: 3',
+        'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python :: 3.5',
+        'Programming Language :: Python :: 3.6',
+        'Programming Language :: Python :: 3.7',
         'Programming Language :: Python :: Implementation :: CPython',
         'Programming Language :: Python :: Implementation :: PyPy',
     ],