diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index 14795fd..f289130 100755 --- a/dotdrop/dotdrop.py +++ b/dotdrop/dotdrop.py @@ -15,7 +15,7 @@ from installer import Installer from dotfile import Dotfile from config import Cfg -VERSION = '0.3' +VERSION = '0.4' CUR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) LOG = Logger() HOSTNAME = os.uname()[1]