Skip to content

Commit

Permalink
Merge pull request #778 from opencv/hotfix-0.5.1
Browse files Browse the repository at this point in the history
Updated version of the release
  • Loading branch information
nmanovic authored Oct 17, 2019
2 parents 69bc32b + 87a74a7 commit 0913abf
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, 0, 'final', 0)
VERSION = (0, 5, 1, 'final', 0)

__version__ = get_version(VERSION)

0 comments on commit 0913abf

Please sign in to comment.