diff --git a/dvc/__init__.py b/dvc/__init__.py index 2388523e7a..8c166489ee 100644 --- a/dvc/__init__.py +++ b/dvc/__init__.py @@ -3,5 +3,5 @@ ---- Make your data science projects reproducible and shareable. """ -VERSION = '0.9.2' +VERSION = '0.9.3' __version__ = VERSION