From: Alfredo Deza Date: Mon, 28 Oct 2013 14:53:59 +0000 (-0400) Subject: bump setup.py again for the newer version X-Git-Tag: v1.3~8^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2a5a5c30ccca4117e2d05a41639c9cb6f268cd68;p=ceph-deploy.git bump setup.py again for the newer version Signed-off-by: Alfredo Deza --- diff --git a/setup.py b/setup.py index 14f79e1..7296cf0 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.9'), + ('remoto', '0.0.10'), ])