Skip to content

Commit 57a0307

Browse files
committed
dvc: bump to 0.9.4
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com>
1 parent 6f0dcf6 commit 57a0307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
import os
77

8-
VERSION = '0.9.3'
8+
VERSION = '0.9.4'
99

1010
if os.getenv('APPVEYOR_REPO_TAG', '').lower() != 'true' and os.getenv('TRAVIS_TAG', '') == '':
1111
# Dynamically update version

0 commit comments

Comments
 (0)