We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870d98b commit 169db1fCopy full SHA for 169db1f
dvc/__init__.py
@@ -5,7 +5,7 @@
5
"""
6
import os
7
8
-VERSION_BASE = '0.12.0'
+VERSION_BASE = '0.13.0'
9
__version__ = VERSION_BASE
10
11
PACKAGEPATH = os.path.abspath(os.path.dirname(__file__))
0 commit comments