We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c2cc6 commit 35badccCopy full SHA for 35badcc
cvat/__init__.py
@@ -4,6 +4,6 @@
4
5
from cvat.utils.version import get_version
6
7
-VERSION = (1, 0, 0, 'final', 0)
+VERSION = (1, 1, 0, 'alpha', 0)
8
9
__version__ = get_version(VERSION)
0 commit comments