Skip to content

Commit

Permalink
Integration with Zenodo (cvat-ai#779)
Browse files Browse the repository at this point in the history
* Updated CHANGELOG with information about Zenodo
* Updated version of the project.
  • Loading branch information
nmanovic authored and Chris Lee-Messer committed Mar 5, 2020
1 parent 3826bfd commit 1fcd966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/840351da141e4eaeac6476fd19ec0a33)](https://app.codacy.com/app/cvat/cvat?utm_source=github.com&utm_medium=referral&utm_content=opencv/cvat&utm_campaign=Badge_Grade_Dashboard)
[![Gitter chat](https://badges.gitter.im/opencv-cvat/gitter.png)](https://gitter.im/opencv-cvat)
[![Coverage Status](https://coveralls.io/repos/github/opencv/cvat/badge.svg?branch=)](https://coveralls.io/github/opencv/cvat?branch=develop)
[![DOI](https://zenodo.org/badge/139156354.svg)](https://zenodo.org/badge/latestdoi/139156354)

CVAT is free, online, interactive video and image annotation tool for computer vision. It is being used by our team to annotate million of objects with different properties. Many UI and UX decisions are based on feedbacks from professional data annotation team.

Expand Down
3 changes: 1 addition & 2 deletions cvat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@

from cvat.utils.version import get_version


VERSION = (0, 5, 2, 'final', 0)
VERSION = (0, 6, 0, 'alpha', 0)
__version__ = get_version(VERSION)

0 comments on commit 1fcd966

Please sign in to comment.