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 961bf8b commit 3f73ef0Copy full SHA for 3f73ef0
dvc/__init__.py
@@ -5,7 +5,7 @@
5
"""
6
import os
7
8
-VERSION_BASE = '0.10.0'
+VERSION_BASE = '0.10.1'
9
__version__ = VERSION_BASE
10
11
PACKAGEPATH = os.path.abspath(os.path.dirname(__file__))
0 commit comments