pre: OpenCV 3.4.16 (version++)

This commit is contained in:
Alexander Alekhin
2021-10-04 20:47:07 +00:00
parent b1a772d194
commit ebef84e9ea
9 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ def main():
os.chdir(SCRIPT_DIR)
package_name = 'opencv'
package_version = os.environ.get('OPENCV_VERSION', '3.4.15') # TODO
package_version = os.environ.get('OPENCV_VERSION', '3.4.16') # TODO
long_description = 'Open Source Computer Vision Library Python bindings' # TODO