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