From 6fd49c0237521227fb9b77c122d0eab84c53ab80 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 1 Feb 2021 16:47:20 +0100 Subject: [PATCH] added order_items_buyer_info --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 78c6b11fa..9befb17d7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='python-amazon-sp-api', - version='0.1.5', + version='0.1.6', install_requires=[ "requests", "six~=1.15.0",