From: Alfredo Deza Date: Thu, 17 Oct 2013 18:39:32 +0000 (-0400) Subject: bump the remoto version X-Git-Tag: v1.3~14^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8cc7735afbda28454609d27fa21c6bf82a6573c;p=ceph-deploy.git bump the remoto version Signed-off-by: Alfredo Deza --- diff --git a/setup.py b/setup.py index 29c6f34..da60313 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ if pyversion < (2, 7) or (3, 0) <= pyversion <= (3, 1): # Add libraries that are not part of install_requires # vendorize([ - ('remoto', '0.0.7'), + ('remoto', '0.0.8'), ])