Merge pull request #778 from opencv/hotfix-0.5.1

Updated version of the release
main
Nikita Manovich 6 years ago committed by GitHub
commit 0913abf15e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,6 +5,6 @@
from cvat.utils.version import get_version
VERSION = (0, 5, 0, 'final', 0)
VERSION = (0, 5, 1, 'final', 0)
__version__ = get_version(VERSION)

Loading…
Cancel
Save