From: Alfredo Deza Date: Fri, 4 Oct 2013 20:54:36 +0000 (-0400) Subject: bump to 0.0.5 X-Git-Tag: v1.2.7~1^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d101e1cf2b001c571cca77b645fb079ccf67f935;p=ceph-deploy.git bump to 0.0.5 Signed-off-by: Alfredo Deza --- diff --git a/setup.py b/setup.py index ce08cce..3e4479c 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.4'), + ('remoto', '0.0.5'), ])