Skip to content

Commit

Permalink
dvc: bump to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Jul 23, 2018
1 parent ee7f966 commit 537678d
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.1'
VERSION_BASE = '0.14.2'
__version__ = VERSION_BASE

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

0 comments on commit 537678d

Please sign in to comment.