pre: OpenCV 3.4.10 (version++)

- Android Manager version is not increased (stuck on 3.49)
This commit is contained in:
Alexander Alekhin
2020-03-10 14:53:43 +03:00
parent 490908f0ff
commit b7ecaceda8
9 changed files with 11 additions and 11 deletions

View File

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