From bb9aafe090d71c2a25eb3f3a6d591a205dbb7e5e Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Wed, 4 Apr 2018 17:57:13 +0300 Subject: [PATCH] dvc: bump to 0.9.5 Emergency fix for windows paths in dvc files. --- dvc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/__init__.py b/dvc/__init__.py index 7288e58f9c..8f959501b0 100644 --- a/dvc/__init__.py +++ b/dvc/__init__.py @@ -5,7 +5,7 @@ """ import os -VERSION = '0.9.4' +VERSION = '0.9.5' if os.getenv('APPVEYOR_REPO_TAG', '').lower() != 'true' and os.getenv('TRAVIS_TAG', '') == '': # Dynamically update version