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 6f0dcf6 commit 57a0307Copy full SHA for 57a0307
dvc/__init__.py
@@ -5,7 +5,7 @@
5
"""
6
import os
7
8
-VERSION = '0.9.3'
+VERSION = '0.9.4'
9
10
if os.getenv('APPVEYOR_REPO_TAG', '').lower() != 'true' and os.getenv('TRAVIS_TAG', '') == '':
11
# Dynamically update version
0 commit comments