From c408d5d879062311e8157ba30d1b1002bde76ff0 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 29 Oct 2013 14:15:57 -0400 Subject: [PATCH] bump the requirement for remoto Signed-off-by: Alfredo Deza --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7296cf0..cbf2c16 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.10'), + ('remoto', '0.0.11'), ]) -- 2.47.3