Skip to content

Commit

Permalink
dvc: bump to 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jul 24, 2018
1 parent df7dc63 commit 6fd1e03
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_BASE = '0.14.2'
VERSION_BASE = '0.14.3'
__version__ = VERSION_BASE

PACKAGEPATH = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 6fd1e03

Please sign in to comment.