Skip to content

Commit

Permalink
Changed version of CVAT to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Manovich committed Aug 2, 2021
1 parent 277e142 commit be3240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

from cvat.utils.version import get_version

VERSION = (1, 5, 0, 'alpha', 0)
VERSION = (1, 5, 0, 'final', 0)

__version__ = get_version(VERSION)

0 comments on commit be3240e

Please sign in to comment.