From 5bc695d2e1ee7906a6d6837c22d1c837efdd374c Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Tue, 15 Dec 2015 14:51:06 +0000 Subject: [PATCH] Version bump for Sagan & Cousteau --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ac0694d..828d30a 100644 --- a/setup.py +++ b/setup.py @@ -33,8 +33,8 @@ install_requires=[ "python-dateutil", "requests>=2.7.0", - "ripe.atlas.cousteau>=1.0.4", - "ripe.atlas.sagan>=1.1.6", + "ripe.atlas.cousteau>=1.0.6", + "ripe.atlas.sagan>=1.1.8", "tzlocal", "pyyaml", "pyOpenSSL>=0.13",