pre: OpenCV 3.4.17 (version++)

This commit is contained in:
Alexander Alekhin
2021-12-17 10:05:52 +00:00
parent f071207463
commit 60c093f086
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.16') # TODO
package_version = os.environ.get('OPENCV_VERSION', '3.4.17') # TODO
long_description = 'Open Source Computer Vision Library Python bindings' # TODO