1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

pre: OpenCV 3.4.19 (version++)

This commit is contained in:
Alexander Alekhin
2022-12-15 21:57:41 +00:00
parent 139bd30247
commit a494c75bfe
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.18') # TODO
package_version = os.environ.get('OPENCV_VERSION', '3.4.19') # TODO
long_description = 'Open Source Computer Vision Library Python bindings' # TODO