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

pre: OpenCV 5.0.0-alpha (version++).

This commit is contained in:
Alexander Smorkalov
2024-11-27 12:59:28 +03:00
parent 3672a14b42
commit ff142b8ef9
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ def main():
os.chdir(SCRIPT_DIR)
package_name = 'opencv'
package_version = os.environ.get('OPENCV_VERSION', '5.0.0') # TODO
package_version = os.environ.get('OPENCV_VERSION', '5.0.0-alpha') # TODO
long_description = 'Open Source Computer Vision Library Python bindings' # TODO