pre: OpenCV 3.4.9 (version++)

This commit is contained in:
Alexander Alekhin
2019-12-05 18:28:38 +00:00
parent c790779a37
commit 76a27e3399
11 changed files with 14 additions and 14 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.4') # TODO
package_version = os.environ.get('OPENCV_VERSION', '3.4.9') # TODO
long_description = 'Open Source Computer Vision Library Python bindings' # TODO