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

next: update versions handling

This commit is contained in:
Alexander Alekhin
2020-10-09 16:55:00 +00:00
parent 53e6a25b6f
commit 9794ff1398
17 changed files with 29 additions and 27 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', '5.0.0') # TODO
long_description = 'Open Source Computer Vision Library Python bindings' # TODO