pre: OpenCV 4.8.0 (version++)

This commit is contained in:
Alexander Smorkalov
2023-06-20 15:52:57 +03:00
parent 726ba0210e
commit 51702ffd92
7 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ def main():
os.chdir(SCRIPT_DIR)
package_name = 'opencv'
package_version = os.environ.get('OPENCV_VERSION', '4.7.0') # TODO
package_version = os.environ.get('OPENCV_VERSION', '4.8.0') # TODO
long_description = 'Open Source Computer Vision Library Python bindings' # TODO