pre: OpenCV 3.4.12 (version++)

This commit is contained in:
Alexander Alekhin
2020-09-06 22:26:32 +00:00
parent c31164bf1e
commit 50ff40d684
10 changed files with 13 additions and 13 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.11') # TODO
package_version = os.environ.get('OPENCV_VERSION', '3.4.12') # TODO
long_description = 'Open Source Computer Vision Library Python bindings' # TODO