release: OpenCV 4.0.1 (version++)

This commit is contained in:
Alexander Alekhin
2018-12-22 07:03:30 +00:00
parent 26c5b0c71f
commit c9ad5779f2
6 changed files with 8 additions and 8 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.0.0') # TODO
package_version = os.environ.get('OPENCV_VERSION', '4.0.1') # TODO
long_description = 'Open Source Computer Vision Library Python bindings' # TODO