Skip to content

Commit

Permalink
dvc: bump to 0.9.5
Browse files Browse the repository at this point in the history
Emergency fix for windows paths in dvc files.
  • Loading branch information
efiop authored Apr 4, 2018
1 parent f732dcf commit bb9aafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb9aafe

Please sign in to comment.