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 6600ccf commit 9e06823Copy full SHA for 9e06823
dvc/__init__.py
@@ -5,7 +5,7 @@
5
"""
6
import os
7
8
-VERSION_BASE = '0.16.5'
+VERSION_BASE = '0.16.6'
9
__version__ = VERSION_BASE
10
11
PACKAGEPATH = os.path.abspath(os.path.dirname(__file__))
0 commit comments