From aad446095c93f668c38e544c3243a4c686930002 Mon Sep 17 00:00:00 2001 From: Jingbei Li Date: Tue, 6 Dec 2016 15:36:22 +0800 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 224166f..d82e94c 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from os import path name = 'gcp' setup(name=name, - version='0.1.3', + version='0.1.4', description=u"gcp is an advanced copy tool loosely inspired from cp", long_description=u'gcp is a command-line tool to copy files, loosely inspired from cp, but with high level functionalities such as progress bar, copy continuation on error, journaling to know which files were successfuly copied, name mangling to workaround filesystem limitations (FAT), unique copy queue, copy list managemet, command arguments close to cp', author='Goffi (Jérôme Poisson)',