Skip to content

Commit

Permalink
Increased CVAT version (0.5.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Manovich committed Dec 16, 2019
1 parent 9124584 commit 42aad8b
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 @@ -5,6 +5,6 @@

from cvat.utils.version import get_version

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

__version__ = get_version(VERSION)

0 comments on commit 42aad8b

Please sign in to comment.