From f401078c5782b8eb6b76ee25c6a87a4274104012 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 26 Apr 2018 22:30:34 +0200 Subject: [PATCH] Bump minimal shippai version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 414cffb..10c7842 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ requirements = [ milksnake, - 'shippai >= 0.2.2', + 'shippai >= 0.2.3', ]