pre: OpenCV 3.4.15 (version++)

This commit is contained in:
Alexander Alekhin
2021-06-07 20:10:34 +00:00
parent f4a79b0554
commit 43940f7ffc
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ def main():
os.chdir(SCRIPT_DIR)
package_name = 'opencv'
package_version = os.environ.get('OPENCV_VERSION', '3.4.14') # TODO
package_version = os.environ.get('OPENCV_VERSION', '3.4.15') # TODO
long_description = 'Open Source Computer Vision Library Python bindings' # TODO