From 1fcd96644afbb56ab60c4c86edf8df7350a8f6c6 Mon Sep 17 00:00:00 2001 From: Nikita Manovich <40690625+nmanovic@users.noreply.github.com> Date: Thu, 17 Oct 2019 13:53:48 +0300 Subject: [PATCH] Integration with Zenodo (#779) * Updated CHANGELOG with information about Zenodo * Updated version of the project. --- README.md | 1 + cvat/__init__.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19d8de46d67..998c288b198 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/cvat/__init__.py b/cvat/__init__.py index 07bbe4bb443..68357638225 100644 --- a/cvat/__init__.py +++ b/cvat/__init__.py @@ -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)