From 679fa3a4b7dd22e341b3bda53997a56faa1c832e Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 29 Mar 2017 19:15:19 +0200 Subject: [PATCH] bump version --- dotdrop/dotdrop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop/dotdrop.py b/dotdrop/dotdrop.py index f7fbd6c..b369a7d 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.1' +VERSION = '0.2' DEF_DOTFILES = 'dotfiles' CUR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) LOG = Logger()