diff setup.py @ 61:67385805ae48

updated version number & changelog
author Goffi <goffi@goffi.org>
date Mon, 20 Jun 2011 14:30:45 +0200
parents 042f598896d5
children
line wrap: on
line diff
--- a/setup.py	Mon Jun 20 14:27:06 2011 +0200
+++ b/setup.py	Mon Jun 20 14:30:45 2011 +0200
@@ -11,7 +11,7 @@
 name = 'gcp'
 
 setup(name=name,
-      version='0.1.2',
+      version='0.1.3',
       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)',