pre: OpenCV 4.5.1 (version++)

This commit is contained in:
Alexander Alekhin
2020-11-16 22:31:15 +00:00
parent aab6362705
commit 2687a2b6dc
6 changed files with 8 additions and 8 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', '4.5.0') # TODO
package_version = os.environ.get('OPENCV_VERSION', '4.5.1') # TODO
long_description = 'Open Source Computer Vision Library Python bindings' # TODO