bump version

This commit is contained in:
Jingbei Li 2016-12-06 15:36:22 +08:00 committed by Matteo Cypriani
부모 67469febfb
커밋 aad446095c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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)',